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:47:15 UTC

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

Author: marcus
Date: Mon Mar 10 18:47:15 2014
New Revision: 1576041

URL: http://svn.apache.org/r1576041
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=1576041&r1=1576040&r2=1576041&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:47:15 2014
@@ -454,7 +454,6 @@ 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;
 		}
 	  }