Author: marcus
Date: Tue May  6 18:47:46 2014
New Revision: 1592837

URL: http://svn.apache.org/r1592837
Log:
Added detection for Kindle mobile devices

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=1592837&r1=1592836&r2=1592837&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Tue 
May  6 18:47:46 2014
@@ -1214,6 +1214,7 @@ function getPlatform() {
                     av.indexOf( "android"              ) != -1 )       
UI_PLATFORM     = "Android mobile devices";
                if ( ua.indexOf( "blackberry"           ) != -1 )       
UI_PLATFORM     = "Blackberry smartphones";
                if ( ua.indexOf( "nokia"                ) != -1 )       
UI_PLATFORM     = "Nokia mobile devices";
+               if ( ua.indexOf( "kindle"               ) != -1 )       
UI_PLATFORM     = "Kindle mobile devices";
                if ( ua.indexOf( "symbian"              ) != -1 )       
UI_PLATFORM     = "mobile phones (Symbian OS)";
                if ( ua.indexOf( "symbos"               ) != -1 )       
UI_PLATFORM     = "mobile phones (Symbian OS)";
                if ( ua.indexOf( "s60"                  ) != -1 )       
UI_PLATFORM     = "mobile phones (Series60/S60)";


Reply via email to