Author: marcus
Date: Wed Apr 30 18:08:14 2014
New Revision: 1591429

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

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1591429&r1=1591428&r2=1591429&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Wed Apr 30 
18:08:14 2014
@@ -30,7 +30,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 released install files (0 = release mode)
-  var LINK        = getLink( 0 );
+  var LINK        = getLink( 1 );
   if ( hasMirrorLink() ) {
     if ( SOURCEFORGE ) {
       // If download URL contains "sourceforge" (-> normal and correct 
download link),
@@ -163,7 +163,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( 0 )                               + "</td></tr>" );
+    document.write( "<tr><td>getLink()                                 
</td><td>" + getLink( 1 )                               + "</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>" );


Reply via email to