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/26 01:30:03 UTC

svn commit: r1330601 - /incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html

Author: kschenk
Date: Wed Apr 25 23:30:03 2012
New Revision: 1330601

URL: http://svn.apache.org/viewvc?rev=1330601&view=rev
Log:
kls --hopefully fixed random mirror situation

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html

Modified: incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html?rev=1330601&r1=1330600&r2=1330601&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/index_new_dl.html Wed Apr 25 23:30:03 2012
@@ -58,7 +58,8 @@
 
 <!-- Green: Stable release -->
   <script type="text/javascript">
-  getMirrorHost();
+  MIRROR = getMirrorHost();
+  alert ("New mirror: " + MIRROR);
   <!--
   LINK = getLink( VERSION, MIRROR, SCHEMA );
   document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','" + LINK + "');"