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:17:39 UTC

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

Author: marcus
Date: Fri May 30 19:17:39 2014
New Revision: 1598704

URL: http://svn.apache.org/r1598704
Log:
Added default value to variable

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=1598704&r1=1598703&r2=1598704&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:17:39 2014
@@ -1390,7 +1390,7 @@ function getPlatform() {
 	var ua		   = navigator.userAgent.toLowerCase();	 // Get the User Agent string in lower cases.
 	var av		   = navigator.appVersion.toLowerCase(); // Get the application version in lower cases.
 	UI_PLATFORM	   = "";				 // Delete previously set string.
-	UI_PLATFORM_NO_SUP = "";				 // Delete previously set string.
+	UI_PLATFORM_NO_SUP = "false";				 // Delete previously set string.
 	URL_PLATFORM	   = "";				 // Delete previously set string.
 	EXTENSION	   = "";				 // Delete previously set string.