Author: buildbot
Date: Fri May 30 23:21:58 2014
New Revision: 910642
Log:
Staging update by buildbot for ooo-site
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_droplist.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 30 23:21:58 2014
@@ -1 +1 @@
-1598772
+1598776
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 30 23:21:58 2014
@@ -1 +1 @@
-1598772
+1598776
Modified:
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
Fri May 30 23:21:58 2014
@@ -1471,7 +1471,7 @@ function getPlatform() {
if( os.indexOf( "x11" ) != -1 )
UI_PLATFORM_NO_SUP = "unknown OS (X11 support)";
// If $UI_PLATFORM_NO_SUP is already filled, something was
recognized and no more work is needed.
- if( UI_PLATFORM_NO_SUP != "" )
+ if( UI_PLATFORM_NO_SUP != "false" )
return URL_PLATFORM;
// Windows?