Author: buildbot
Date: Sat Feb 8 19:14:34 2014
New Revision: 896921
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 Sat Feb 8 19:14:34 2014
@@ -1 +1 @@
-1566101
+1566102
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb 8 19:14:34 2014
@@ -1 +1 @@
-1566101
+1566102
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 Sat Feb
8 19:14:34 2014
@@ -13,7 +13,6 @@
*/
var LANG_ISO = ""; // The language as ISO
code
var LANG_ARRAY = ""; // This array contains
all language specific data
-var LANG_NAME = ""; // The language as its
native name
var RELEASE_MATRIX_PLATFORM_POS = -1; // The position
of the platform in the release matrix array
var RELEASE_MATRIX_PLATFORM = ""; // The platform in the
release matrix array
var UI_PLATFORM = ""; // The platform
as readable string
@@ -110,7 +109,6 @@ function getLanguage() {
LANG_ISO = language;
LANG_ARRAY = thisLanguage;
- LANG_NAME = thisLanguage[ 2 ];
}
/*