Author: marcus
Date: Wed Jul 24 22:13:04 2013
New Revision: 1506749

URL: http://svn.apache.org/r1506749
Log:
Deleted query for 'ce' as there is a mismatch with 'media center' which is part 
of Windows 7, deletion should be OK as 'Windows CE' is already older and has 
probably no big distribution, so it can be disregarded nowadays

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

Modified: openoffice/ooo-site/trunk/content/download/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1506749&r1=1506748&r2=1506749&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Wed Jul 24 22:13:04 
2013
@@ -177,8 +177,7 @@ function getPlatform() {
                        PLATFORM        = "Win_x86_install";
                        EXTENSION       = ".exe";
                        if ( navigator.userAgent.toLowerCase().indexOf( "phone" 
)  != -1 ||
-                            navigator.userAgent.toLowerCase().indexOf( 
"mobile" ) != -1 ||
-                            navigator.userAgent.toLowerCase().indexOf( "ce" )  
   != -1 ) {
+                            navigator.userAgent.toLowerCase().indexOf( 
"mobile" ) != -1 ) {
                                UI_PLATFORM     = "Windows mobile device";
                                PLATFORM        = "";
                                EXTENSION       = "";


Reply via email to