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 2012/04/30 01:39:03 UTC

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

Author: buildbot
Date: Sun Apr 29 23:39:03 2012
New Revision: 815065

Log:
Staging update by buildbot for openofficeorg

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_new_dl.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 29 23:39:03 2012
@@ -1 +1 @@
-1332023
+1332024

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 29 23:39:03 2012
@@ -1 +1 @@
-1332023
+1332024

Modified: websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_new_dl.js Sun Apr 29 23:39:03 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;
 	 }