Author: buildbot
Date: Wed May 14 07:16:21 2014
New Revision: 908769

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/test-he/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 14 07:16:21 2014
@@ -1 +1 @@
-1594493
+1594495

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 14 07:16:21 2014
@@ -1 +1 @@
-1594493
+1594495

Modified: websites/staging/ooo-site/trunk/content/test-he/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/index.html (original)
+++ websites/staging/ooo-site/trunk/content/test-he/index.html Wed May 14 
07:16:21 2014
@@ -104,6 +104,17 @@
                <option value="vi">Vietnamese</option>
                <option value="cy">Welsh</option>
        </select>
+       <script>
+    var lang = "he";
+    var dropdown = document.getElementById('selectlanguage');
+    var options = sel.options;
+    for(var i=0; i<dropdown.options.length; i++) {
+        if(dropdown.options[i].value == lang) {
+            dropdown.selectedIndex = i;
+            break;
+        }
+    }
+       </script>
        </div>
 <div id="actionstatements">
   <ul>


Reply via email to