Author: marcus
Date: Wed Jun 4 21:09:14 2014
New Revision: 1600497
URL: http://svn.apache.org/r1600497
Log:
Disabled unused variable
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=1600497&r1=1600496&r2=1600497&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Wed
Jun 4 21:09:14 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"