Author: marcus Date: Mon Feb 10 23:22:37 2014 New Revision: 1566837 URL: http://svn.apache.org/r1566837 Log: Added logic to assemble link to previous Mac OS X builds
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=1566837&r1=1566836&r2=1566837&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/download.js (original) +++ openoffice/ooo-site/trunk/content/download/test/download.js Mon Feb 10 23:22:37 2014 @@ -336,12 +336,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 = "Mac OS X (10.6 or older)"; - URL_PLATFORM = "MacOS_x86_install"; - EXTENSION = ".dmg"; - OLD_PLATFORM = true; - if ( ua.indexOf( "debian" ) != -1 || ua.indexOf( "ubuntu" ) != -1 || ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM = "Linux Debian 64-bit (DEB)";