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/28 23:05:57 UTC

svn commit: r1590794 - /openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Author: marcus
Date: Mon Apr 28 21:05:56 2014
New Revision: 1590794

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

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

Modified: openoffice/ooo-site/trunk/content/download/test/index_droplist.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index_droplist.html?rev=1590794&r1=1590793&r2=1590794&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Mon Apr 28 21:05:56 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 );
 /*
   document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink() + "<br />"
   + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br />"
@@ -178,12 +178,12 @@ screen reader. -->
       + "<form name='download'>"
       + "<select id='os' name='os'>"
       + "</select>"
-      + "<select id='lang' name='lang' onchange='getLinkAlt( 0 )'>"
+      + "<select id='lang' name='lang' onchange='getLinkAlt( 1 )'>"
       + "</select>"
 /*
       + "<select id='lang' name='lang'>"
       + "</select>"
-      + "<select id='type' name='type' onchange='getLinkAlt( 0 )'>"
+      + "<select id='type' name='type' onchange='getLinkAlt( 1 )'>"
       + "</select>"
 */
 /*
@@ -212,7 +212,7 @@ screen reader. -->
       + "<option value='nl'                    >Dutch          </option>"
       + "</select>"
 
-      + "<select name='type' onchange='getLinkAlt( 0 )'>"
+      + "<select name='type' onchange='getLinkAlt( 1 )'>"
       + "<option value='e1' selected='selected'>Choose install type</option>"
       + "<option value='e2'                    >-------------------</option>"
       + "<option value='full'                  >Full Installation  </option>"