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 19:45:06 UTC

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

Author: marcus
Date: Mon Mar 10 18:45:06 2014
New Revision: 1576040

URL: http://svn.apache.org/r1576040
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/test/download.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1576040&r1=1576039&r2=1576040&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Mon Mar 10 18:45:06 2014
@@ -454,6 +454,7 @@ function getPlatform() {
 		     ua.indexOf( "10_4"		) != -1 ||
 		     ua.indexOf( "10.3"		) != -1 ||
 		     ua.indexOf( "10_3"		) != -1 ) {	UI_PLATFORM	= "Mac OS X (10.6 or older)";
+								URL_PLATFORM	= "MacOS_x86_install";
 								OLD_PLATFORM	= true;
 		}
 	  } 
@@ -489,6 +490,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;