You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2012/08/23 17:57:33 UTC

svn commit: r1376559 - /incubator/ooo/ooo-site/trunk/content/download/download_mirrorbrain_improved.js

Author: orw
Date: Thu Aug 23 15:57:32 2012
New Revision: 1376559

URL: http://svn.apache.org/viewvc?rev=1376559&view=rev
Log:
correct download script

Modified:
    incubator/ooo/ooo-site/trunk/content/download/download_mirrorbrain_improved.js

Modified: incubator/ooo/ooo-site/trunk/content/download/download_mirrorbrain_improved.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/download_mirrorbrain_improved.js?rev=1376559&r1=1376558&r2=1376559&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/download_mirrorbrain_improved.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/download_mirrorbrain_improved.js Thu Aug 23 15:57:32 2012
@@ -200,6 +200,7 @@ function mirrorbrain_getPlatformForMirro
 					}
 				}
 
+              /* orw
 				if ( navigator.userAgent != null ) {
 					if ( navigator.userAgent.toLowerCase().indexOf( "debian" ) != -1 ||
 					     navigator.userAgent.toLowerCase().indexOf( "ubuntu" ) != -1 ||
@@ -210,7 +211,7 @@ function mirrorbrain_getPlatformForMirro
 					}
 				} else {
 					mirror_platform = "Linux_x86_install-rpm";
-				}
+				} */
 			} else if ( navigator.platform.indexOf( "SunOS i86pc" ) != -1 ) {
 				mirror_platform = "Solaris_x86_install";
 			} else if ( navigator.platform.indexOf( "SunOS sun4u" ) != -1 ) {