Author: marcus
Date: Mon Apr 28 20:58:18 2014
New Revision: 1590789

URL: http://svn.apache.org/r1590789
Log:
Removed text that is maybe obvious and not needed

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=1590789&r1=1590788&r2=1590789&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Mon 
Apr 28 20:58:18 2014
@@ -398,8 +398,10 @@ function resetSel() {
        }
 
        document.getElementById( "dl_full_link" ).href          = "#";
-       document.getElementById( "dl_full_link" ).text          = "Choose an 
OS, then the language";
-       document.getElementById( "dl_full_link" ).title         = "Choose an 
OS, then the language";
+//     document.getElementById( "dl_full_link" ).text          = "Choose an 
OS, then the language";
+       document.getElementById( "dl_full_link" ).text          = "";
+//     document.getElementById( "dl_full_link" ).title         = "Choose an 
OS, then the language";
+       document.getElementById( "dl_full_link" ).title         = "";
        document.getElementById( "dl_lp_link" ).href            = "";
        document.getElementById( "dl_lp_link" ).text            = "";
        document.getElementById( "dl_lp_link" ).title           = "";


Reply via email to