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:52:12 UTC

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

Author: kschenk
Date: Wed Apr 25 23:52:12 2012
New Revision: 1330605

URL: http://svn.apache.org/viewvc?rev=1330605&view=rev
Log:
kls -- try again

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=1330605&r1=1330604&r2=1330605&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:52:12 2012
@@ -38,7 +38,8 @@
   
   document.write ( "<h3>1. Mirror redirection by percent: Apache, SourceForge</h3>" );
 
-  getMirrorHost();
+  MIRROR = getMirrorHost();
+  alert ("New mirror: " + MIRROR);
 
   document.write ( "<h3>2. Mirror redirection by percent: Apache, SourceForge, MirrorBrain</h3>" );
 
@@ -57,9 +58,7 @@
 <div class="optionset">
 
 <!-- Green: Stable release -->
-  <script type="text/javascript">
-  MIRROR = getMirrorHost();
-  alert ("New mirror: " + MIRROR);
+  <script type="text/javascript">  
   <!--
   LINK = getLink( VERSION, MIRROR, SCHEMA );
   document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','" + LINK + "');"