Author: buildbot
Date: Sun May 18 21:48:05 2014
New Revision: 909218
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/download/test/download_droplist.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 18 21:48:05 2014
@@ -1 +1 @@
-1595696
+1595697
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 18 21:48:05 2014
@@ -1 +1 @@
-1595696
+1595697
Modified:
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
Sun May 18 21:48:05 2014
@@ -790,12 +790,12 @@ function resetSel() {
// Emtpy the values for all elements in the green and sub-green colored
boxes.
for( var i = 0; i < element_names.length; i++ ) {
if( element_names[ i ].indexOf( "img" ) < 0 ) {
- // Emtpy the values for all image elements.
+ // Emtpy the values for all text elements.
document.getElementById( element_names[ i ] ).href =
"";
document.getElementById( element_names[ i ] ).title =
"";
document.getElementById( element_names[ i ] ).text =
"";
} else {
- // Emtpy the values for all text elements.
+ // Emtpy the values for all image elements.
document.getElementById( element_names[ i ] ).src =
"";
document.getElementById( element_names[ i ] ).title =
"";
document.getElementById( element_names[ i ] ).alt =
"";