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

svn commit: r909443 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_droplist.js

Author: buildbot
Date: Tue May 20 20:14:27 2014
New Revision: 909443

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 Tue May 20 20:14:27 2014
@@ -1 +1 @@
-1596382
+1596384

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 20 20:14:27 2014
@@ -1 +1 @@
-1596382
+1596384

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 Tue May 20 20:14:27 2014
@@ -791,7 +791,7 @@ function resetSel() {
 	for( var i = 0; i < element_names.length; i++ ) {
 		if( element_names[ i ].indexOf( "img" ) < 0 ) {
 			// Emtpy the values for all text elements.
-			document.getElementById( element_names[ i ] ).href  = "";
+			document.getElementById( element_names[ i ] ).href  = "javascript:void( 0 )";
 			document.getElementById( element_names[ i ] ).title = "";
 			document.getElementById( element_names[ i ] ).text  = "";
 		} else {