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

svn commit: r1612954 - /openoffice/ooo-site/trunk/content/index_url.html

Author: marcus
Date: Wed Jul 23 21:46:37 2014
New Revision: 1612954

URL: http://svn.apache.org/r1612954
Log:
Added debugging code

Modified:
    openoffice/ooo-site/trunk/content/index_url.html

Modified: openoffice/ooo-site/trunk/content/index_url.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index_url.html?rev=1612954&r1=1612953&r2=1612954&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index_url.html (original)
+++ openoffice/ooo-site/trunk/content/index_url.html Wed Jul 23 21:46:37 2014
@@ -94,7 +94,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 ) ) {
@@ -116,7 +116,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 ) {