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/03/10 20:21:27 UTC

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

Author: buildbot
Date: Mon Mar 10 19:21:27 2014
New Revision: 900987

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 Mar 10 19:21:27 2014
@@ -1 +1 @@
-1576060
+1576061

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 10 19:21:27 2014
@@ -1 +1 @@
-1576060
+1576061

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 Mar 10 19:21:27 2014
@@ -489,6 +489,9 @@ function getFilesize( rel_mode ) {
 		case "MacOS_x86-64_install":
 			RELEASE_MATRIX_PLATFORM_POS = 8;
 			break;
+		case "MacOS_x86_install":
+			RELEASE_MATRIX_PLATFORM_POS = 8;
+			break;
 		case "Win_x86_install":
 			RELEASE_MATRIX_PLATFORM_POS = 10;
 			break;