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

svn commit: r1576061 - /openoffice/ooo-site/trunk/content/download/download.js

Author: marcus
Date: Mon Mar 10 19:20:41 2014
New Revision: 1576061

URL: http://svn.apache.org/r1576061
Log:
Return the same position in 'RELEASE_MATRIX_PLATFORM_POS' for OS X 32-bit and 64-bit

Modified:
    openoffice/ooo-site/trunk/content/download/download.js

Modified: openoffice/ooo-site/trunk/content/download/download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1576061&r1=1576060&r2=1576061&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Mon Mar 10 19:20:41 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;