You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ta...@apache.org on 2014/05/14 09:17:39 UTC

svn commit: r1594496 - /openoffice/ooo-site/trunk/content/test-he/index.html

Author: tal
Date: Wed May 14 07:17:39 2014
New Revision: 1594496

URL: http://svn.apache.org/r1594496
Log:
/test-he languages select tests.

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

Modified: openoffice/ooo-site/trunk/content/test-he/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test-he/index.html?rev=1594496&r1=1594495&r2=1594496&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/test-he/index.html (original)
+++ openoffice/ooo-site/trunk/content/test-he/index.html Wed May 14 07:17:39 2014
@@ -91,7 +91,7 @@
 	<script>
     var lang = "he";
     var dropdown = document.getElementById('selectlanguage');
-    var options = sel.options;
+    var options = dropdown.options;
     for(var i=0; i<dropdown.options.length; i++) {
         if(dropdown.options[i].value == lang) {
             dropdown.selectedIndex = i;