Author: marcus Date: Sun May 18 21:47:33 2014 New Revision: 1595697 URL: http://svn.apache.org/r1595697 Log: Updated comments
Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1595697&r1=1595696&r2=1595697&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/download_droplist.js (original) +++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Sun May 18 21:47:33 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 = "";