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:16:59 UTC

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

Author: marcus
Date: Mon Apr 28 21:16:59 2014
New Revision: 1590800

URL: http://svn.apache.org/r1590800
Log:
Added the 'onchange' parameter to both droplists to make the order of choosing the values irrelevant

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=1590800&r1=1590799&r2=1590800&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:16:59 2014
@@ -176,7 +176,7 @@ screen reader. -->
     + "<a>Select from all available full installation sets and language packs to download your favorite version:</a></p>"
     + "<div>"
       + "<form name='download'>"
-      + "<select id='os' name='os'>"
+      + "<select id='os' name='os' onchange='getLinkAlt( 1 )'>"
       + "</select>"
       + "<select id='lang' name='lang' onchange='getLinkAlt( 1 )'>"
       + "</select>"