Author: marcus
Date: Fri May 30 23:19:25 2014
New Revision: 1598776
URL: http://svn.apache.org/r1598776
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=1598776&r1=1598775&r2=1598776&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 23:19:25 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?