You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/30 21:46:06 UTC

svn commit: r1598715 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Author: marcus
Date: Fri May 30 19:46:05 2014
New Revision: 1598715

URL: http://svn.apache.org/r1598715
Log:
Changed variable value to use for 'if' condition

Modified:
    openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1598715&r1=1598714&r2=1598715&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Fri May 30 19:46:05 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>."