Author: buildbot
Date: Wed Jun  4 21:11:40 2014
New Revision: 911352

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_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:11:40 2014
@@ -1 +1 @@
-1599829
+1600497

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun  4 21:11:40 2014
@@ -1 +1 @@
-1599829
+1600497

Modified: 
websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js 
Wed Jun  4 21:11:40 2014
@@ -80,7 +80,7 @@ function initVars() {
        // The following are used in "download.js". and "index.html".
        R_MODE                                  = "";    // The release mode (1 
= stable release (default), 2 = beta release, etc.).
        LANG_ISO                                = "";    // The language as ISO 
code.
-       LANG_ARRAY                              = "";    // This array contains 
all language specific data.
+//     LANG_ARRAY                              = "";    // This array contains 
all language specific data.
        UI_PLATFORM                             = "";    // The platform as 
readable string.
        UI_PLATFORM_NO_SUP                      = "";    // The platform as 
readable string, if not supported.
        PLATFORM                                = "";    // The platform in 
short form.
@@ -212,7 +212,7 @@ function getLanguage() {
        }
 
        LANG_ISO                 = language;
-       LANG_ARRAY               = thisLanguage;
+//     LANG_ARRAY               = thisLanguage;
 
 //     var thisReleaseMatrixSet = release_410[ LANG_ISO ];
 //     RELEASE_LANG             = thisReleaseMatrixSet[ 0 ];
@@ -1873,7 +1873,7 @@ function alertDbg( location ) {
        + location                                                              
                                + "\n"
        + "NL_LANG: "                           + "\t\t\t\t\t\t\t"      + 
NL_LANG                               + "\n"
        + "LANG_ISO: "                          + "\t\t\t\t\t\t"        + 
LANG_ISO                              + "\n"
-       + "LANG_ARRAY: "                        + "\t\t\t\t\t\t"        + 
LANG_ARRAY                            + "\n"
+//     + "LANG_ARRAY: "                        + "\t\t\t\t\t\t"        + 
LANG_ARRAY                            + "\n"
        + "RELEASE_PLATFORM_POS_FULL: "         + "\t\t\t"              + 
RELEASE_PLATFORM_POS_FULL             + "\n"
        + "RELEASE_PLATFORM_POS_LP: "           + "\t\t\t"              + 
RELEASE_PLATFORM_POS_LP               + "\n"
        + "RELEASE_PLATFORM: "                  + "\t\t\t\t\t"          + 
RELEASE_PLATFORM                      + "\n"


Reply via email to