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 2013/08/19 20:14:11 UTC

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

Author: buildbot
Date: Mon Aug 19 18:14:10 2013
New Revision: 875366

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/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 19 18:14:10 2013
@@ -1 +1 @@
-1515515
+1515541

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 19 18:14:10 2013
@@ -1 +1 @@
-1515515
+1515541

Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Mon Aug 19 18:14:10 2013
@@ -133,6 +133,7 @@ function getLink() {
 	var chk_link = "";
 
 	getLanguage();
+	hasMirrorLink();
 	getPlatform();
 	getFilesize();
 
@@ -339,8 +340,8 @@ function getFilesize() {
 			RELEASE_MATRIX_PLATFORM_POS = -1;
 	}
 
-	// If a platform was found, assign the array data and filesize from the release matrix
-	if ( RELEASE_MATRIX_PLATFORM_POS > -1 ) {
+	// If a platform was found and no error occurred, assign the array data and filesize from the release matrix
+	if ( RELEASE_MATRIX_PLATFORM_POS > -1 && !ERROR ) {
 		// Assign all values from the release matrix of language and platform
 		RELEASE_MATRIX_PLATFORM		= release_aoo400_matrix[ LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ];