Author: buildbot
Date: Tue Aug 27 18:09:17 2013
New Revision: 876382

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 27 18:09:17 2013
@@ -1 +1 @@
-1517901
+1517902

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 27 18:09:17 2013
@@ -1 +1 @@
-1517901
+1517902

Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Tue Aug 
27 18:09:17 2013
@@ -29,7 +29,7 @@ var CHECKSUM_SHA256                   = "";
 var ERROR                              = false;
 
 /*
- * Initialize the download script
+ * Initialize the download script and set all global variables with data
  */
 function initializeDL() {
        getLanguage();
@@ -233,7 +233,7 @@ function getPlatform() {
               ua.indexOf( "ipad"               ) != -1 ||
               ua.indexOf( "ipod"               ) != -1 )       UI_PLATFORM     
= "Apple iPhone/iPad/iPod";
          if ( ua.indexOf( "android"            ) != -1 ||
-              av.indexOf( "android"            ) != -1 )       UI_PLATFORM     
= "Android mobile devices";     
+              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( "symbian"            ) != -1 )       UI_PLATFORM     
= "mobile phones with Symbian OS";
@@ -267,7 +267,7 @@ function getPlatform() {
                 ua.indexOf( "mobile"           ) != -1 )       UI_PLATFORM     
= "Windows Mobile device";
          }
 
-         // Linux?
+         // Linux, x86 or x86_64, DEB or RPM?
          if ( os.indexOf( "linux"              ) != -1 ) {
            // 32-bit, DEB or RPM?
            if ( os.indexOf( "x86"              ) != -1 ||


Reply via email to