Author: buildbot
Date: Tue Jun 3 19:01:33 2014
New Revision: 911141
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 Tue Jun 3 19:01:33 2014
@@ -1 +1 @@
-1599756
+1599761
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 3 19:01:33 2014
@@ -1 +1 @@
-1599756
+1599761
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
Tue Jun 3 19:01:33 2014
@@ -967,7 +967,7 @@ function showErrorMessage( error_text )
UI_PLATFORM_NO_SUP = "";
// Set some error flags.
- ERROR = true;
+ ERROR = true;
return ERROR;
}
@@ -998,7 +998,7 @@ function isLangSupported() {
break;
default:
RELEASE_LANG = "";
- ERROR = true;
+ ERROR = true;
}
// if( LANG_ARRAY[ 3 ] === 'y' ) {
@@ -1006,7 +1006,7 @@ function isLangSupported() {
return true;
} else {
NOT_AVAILABLE = RELEASE_LANG[ 1 ] + " is not available";
- ERROR = true;
+ ERROR = true;
return false;
}
}
@@ -1270,7 +1270,7 @@ function getLinkSel() {
document.getElementById( "sub_green_box" ).style.display =
"none";
ARCHIVE = true;
- ERROR = false;
+ ERROR = false;
return LINK_FULL;
}
@@ -1541,6 +1541,7 @@ function getPlatform() {
// If $UI_PLATFORM_NO_SUP is already filled, something was
recognized and no more work is needed.
if( UI_PLATFORM_NO_SUP !== "" )
+ ERROR = true;
return PLATFORM;
// Recognized and *supported* platforms/OS, set $UI_PLATFORM to
show it to the user.