Author: marcus
Date: Wed Apr 30 19:16:02 2014
New Revision: 1591454

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

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

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1591454&r1=1591453&r2=1591454&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Wed Apr 30 19:16:02 
2014
@@ -54,7 +54,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),
@@ -162,7 +162,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.


Reply via email to