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;
}
}