Author: marcus
Date: Mon Apr 28 21:20:11 2014
New Revision: 1590804

URL: http://svn.apache.org/r1590804
Log:
Wait until both dropdown values are set, otherwise do nothing

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=1590804&r1=1590803&r2=1590804&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 21:20:11 2014
@@ -719,13 +719,13 @@ function getLinkAlt( rel_mode ) {
        getSelLang();
 
        if ( URL_PLATFORM == "" || LANG_ISO == "" ) {
-               // When no OS or language was chosen, let the user choose again.
-
+               // When OS or language was not chosen, let the user choose 
again.
+/*
                resetSel();
                document.getElementById( "dl_full_link" ).href  = "#";
                document.getElementById( "dl_full_link" ).text  = "Please first 
choose an OS";
                document.getElementById( "dl_full_link" ).title = "Please first 
choose an OS";
-
+*/
                return;
        }
 


Reply via email to