Author: marcus
Date: Mon Feb 10 23:36:13 2014
New Revision: 1566854
URL: http://svn.apache.org/r1566854
Log:
Fixed wrong platform part
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=1566854&r1=1566853&r2=1566854&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Mon Feb 10 23:36:13
2014
@@ -309,9 +309,6 @@ function getPlatform() {
os.indexOf( "amd64" ) != -1 ) { UI_PLATFORM
= "Linux 64-bit (RPM)";
URL_PLATFORM
= "Linux_x86-64_install-rpm";
EXTENSION
= ".tar.gz";
- UI_PLATFORM
= "OS X 32-bit Intel (DMG)";
- URL_PLATFORM
= "MacOS_x86_install";
- EXTENSION
= ".dmg";
if ( ua.indexOf( "debian" ) != -1 ||
ua.indexOf( "ubuntu" ) != -1 ||
ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM
= "Linux Debian 64-bit (DEB)";