Author: kschenk
Date: Sun Apr 29 23:37:57 2012
New Revision: 1332024

URL: http://svn.apache.org/viewvc?rev=1332024&view=rev
Log:
kls -- troubleshooting logic problems

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js?rev=1332024&r1=1332023&r2=1332024&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js 
(original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js Sun 
Apr 29 23:37:57 2012
@@ -381,8 +381,10 @@ function hasMirrorLink() {
        if (schema == "aoo_incubating") {
                platform = getPlatform(schema);
        }
+       
+       alert ("Platform: " + platform);
        /* first check for availability */
-        if ( platform == "none") {
+        if ( platform == 'none') {
                 return false;
         }
         


Reply via email to