Author: buildbot
Date: Thu May  1 17:03:24 2014
New Revision: 907670

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 Thu May  1 17:03:24 2014
@@ -1 +1 @@
-1591705
+1591712

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May  1 17:03:24 2014
@@ -1 +1 @@
-1591705
+1591712

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 Thu May  
1 17:03:24 2014
@@ -62,7 +62,7 @@ function alertDbg( function_name ) {
 
 /*
  * Get array and ISO code for language
- * Depends on $NL_LANGUAGE
+ * Depends on $NL_LANGUAGE and "languages.js"
  */
 function getLanguage() {
        var language = "";
@@ -363,8 +363,9 @@ function getPlatform() {
 
        // Add ECMA262-5 Array methods if not supported natively
        // To workaround that MSIE 8 and older do not support this function
+
        if ( !( 'indexOf' in Array.prototype ) ) {
-               Array.prototype.indexOf= function( find, i /*opt*/ ) {
+               Array.prototype.indexOf= function( find, i ) {  // 'i' is an 
optional parameter
                        if ( i === undefined )
                                i = 0;
                        if ( i < 0 )
@@ -514,7 +515,7 @@ function getPlatform() {
 
 /*
  * Get file size for download file
- * Depends on array-list
+ * Depends on array-list and "release_matrix.js"
  */
 function getFilesize() {
        // Depending on $URL_PLATFORM assign the platform position of the 
release matrix


Reply via email to