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/05/30 21:33:00 UTC

svn commit: r910613 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download.js

Author: buildbot
Date: Fri May 30 19:33:00 2014
New Revision: 910613

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 Fri May 30 19:33:00 2014
@@ -1 +1 @@
-1598704
+1598710

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 30 19:33:00 2014
@@ -1 +1 @@
-1598704
+1598710

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 Fri May 30 19:33:00 2014
@@ -155,8 +155,8 @@ function getLanguage() {
 function hasMirrorLink() {
 	// Check the flag in "languages.js", 'y' -> provide download link, 'n' -> redirect to alternative webpage.
 	// Check the flag in "release_matrix.js", 'y' -> provide download link, 'n' -> redirect to alternative webpage.
-//	if ( LANG_ARRAY[ 3 ] == 'y' ) {
-	if ( RELEASE_MATRIX_LANG[ 1 ] == 'y' ) {
+	if ( LANG_ARRAY[ 3 ] == 'y' ) {
+//	if ( RELEASE_MATRIX_LANG[ 1 ] == 'y' ) {
 		return true;
 	} else {
 		ERROR = true;