You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/07/23 23:47:09 UTC

svn commit: r917242 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/index_url.html

Author: buildbot
Date: Wed Jul 23 21:47:09 2014
New Revision: 917242

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/index_url.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 23 21:47:09 2014
@@ -1 +1 @@
-1612952
+1612954

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 23 21:47:09 2014
@@ -1 +1 @@
-1612952
+1612954

Modified: websites/staging/ooo-site/trunk/content/index_url.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index_url.html (original)
+++ websites/staging/ooo-site/trunk/content/index_url.html Wed Jul 23 21:47:09 2014
@@ -96,7 +96,7 @@
 	var lang_mode	= "";					// Customized redirect mode.
 	var lang_text	= "";					// Customized message text that can be shown.
 	var link	= "";					// Override redirect mode.
-/*
+
 	// 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 ) ) {
@@ -118,7 +118,7 @@
 			return -1;
 		};
 	}
-*/
+
 	// Query if the browser language is one of the released languages.
 	// The array has 3 elements per language (defined in "/download/globalvars.js"
 	for( var i = 0, j = DL.SEL_LANG.length; i < j; i = i + 3 ) {