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 2014/05/30 21:46:45 UTC

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

Author: buildbot
Date: Fri May 30 19:46:44 2014
New Revision: 910615

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 19:46:44 2014
@@ -1 +1 @@
-1598711
+1598715

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 30 19:46:44 2014
@@ -1 +1 @@
-1598711
+1598715

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 19:46:44 2014
@@ -1187,7 +1187,7 @@ function getLinkSel( rel_mode ) {
 	}
 */
 	// If recognized platform is not Windows, Linux or Mac, show the none-availability to the user.
-	if( UI_PLATFORM_NO_SUP != "" ) {
+	if( UI_PLATFORM_NO_SUP != "false" ) {
 		// Show an error message that the chosen items do not lead to a download.
 		error_text = "<b>Problem:</b> Apache OpenOffice " + VERSION_SEL + " is not available for <b>"
 			     + UI_PLATFORM_NO_SUP + "</b>."