Author: buildbot
Date: Mon Apr 30 22:29:07 2012
New Revision: 815189
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 Mon Apr 30 22:29:07 2012
@@ -1 +1 @@
-1332442
+1332451
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 30 22:29:07 2012
@@ -1 +1 @@
-1332442
+1332451
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
Mon Apr 30 22:29:07 2012
@@ -522,7 +522,7 @@ function getPlatform() {
/* for customizing platforms for various schemas/release */
function getPlatform(schema) {
if (schema == "aoo_incubating") {
- if ( navigator.platform != null || navigator.platform != "" ) {
+ if ( navigator.platform != null && String(navigator.platform) != "" ) {
if ( navigator.platform.indexOf( "Win32" ) != -1 ) {
return "Windows";
} else if ( navigator.platform.indexOf( "Win64" ) != -1 ) {