You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/04/30 20:08:27 UTC

svn commit: r1591430 - /openoffice/ooo-site/trunk/content/download/test/analyze_beta.html

Author: marcus
Date: Wed Apr 30 18:08:27 2014
New Revision: 1591430

URL: http://svn.apache.org/r1591430
Log:
Let the release mode values start with '1' instead of '0', to avoid errors

Modified:
    openoffice/ooo-site/trunk/content/download/test/analyze_beta.html

Modified: openoffice/ooo-site/trunk/content/download/test/analyze_beta.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_beta.html?rev=1591430&r1=1591429&r2=1591430&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze_beta.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze_beta.html Wed Apr 30 18:08:27 2014
@@ -31,7 +31,7 @@ screen reader. -->
     // Set a specific language ISO code to force to assemble a certain localized build as download URL
     var NL_LANGUAGE = "";
     // Get the download URL for Beta releases (>0 = beta mode)
-    var LINK        = getLink( 1 );
+    var LINK        = getLink( 2 );
     if ( hasMirrorLink() ) {
       if ( SOURCEFORGE ) {
         // If a Beta Release is available for download, then download from Sourceforge with displayed platform and language.
@@ -157,7 +157,7 @@ screen reader. -->
     document.write( "<tr><td>File size (MByte)				</td><td>" + FILESIZE					+ "</td></tr>" );
     document.write( "<tr><td>Download file link				</td><td>" + LINK					+ "</td></tr>" );
     document.write( "<tr><td>Checksum file link (here for MD5)		</td><td>" + CHECKSUM_MD5				+ "</td></tr>" );
-    document.write( "<tr><td>getLink()					</td><td>" + getLink( 1 )				+ "</td></tr>" );
+    document.write( "<tr><td>getLink()					</td><td>" + getLink( 2 )				+ "</td></tr>" );
     document.write( "<tr><td>hasMirrorLink() ?				</td><td>" + hasMirrorLink()				+ "</td></tr>" );
     document.write( "<tr><td>Old platform ?				</td><td>" + OLD_PLATFORM				+ "</td></tr>" );
     document.write( "<tr><td>Contains link to Sourgeforge ? 		</td><td>" + SOURCEFORGE				+ "</td></tr>" );