You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/25 00:22:20 UTC

svn commit: r1330045 - /incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js

Author: kschenk
Date: Tue Apr 24 22:22:19 2012
New Revision: 1330045

URL: http://svn.apache.org/viewvc?rev=1330045&view=rev
Log:
kls -- more changes to DL test page

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

Modified: incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js?rev=1330045&r1=1330044&r2=1330045&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/download_new_dl.js Tue Apr 24 22:22:19 2012
@@ -18,6 +18,7 @@ function getMirrorHost() {
 		// If random value is lower than ratio
         	if ( randVal < MIRROR_RATIO ) {
 			mirrorHost = "Apache";
+			MIRROR = MIRROR_APACHE_REF;
 		}
 	}
 	// Are SourceForge mirrors working?
@@ -25,6 +26,7 @@ function getMirrorHost() {
 		// If random value is higher than ratio
         	if ( randVal > MIRROR_RATIO ) {
 			mirrorHost = "SourceForge";
+			MIRROR = MIRROR_SOURCEFORGE_REF;
 		}
 	}