You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2012/08/01 21:34:46 UTC

svn commit: r1368212 - /incubator/ooo/ooo-site/trunk/content/download/index.html

Author: robweir
Date: Wed Aug  1 19:34:45 2012
New Revision: 1368212

URL: http://svn.apache.org/viewvc?rev=1368212&view=rev
Log:
fix for I.E. 8 redirection issue

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

Modified: incubator/ooo/ooo-site/trunk/content/download/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/index.html?rev=1368212&r1=1368211&r2=1368212&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/index.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/index.html Wed Aug  1 19:34:45 2012
@@ -5,8 +5,8 @@
   <title>Apache OpenOffice Downloads</title>
 
   <script type="text/javascript">
-    if (document.referrer.indexOf("shell.windows.com") != -1)
-      location.href = "http://www.openoffice.org/download/windows-odf/";
+    if (window.document.referrer.indexOf("shell.windows.com") != -1)
+      location.href = "/download/windows-odf/";
   </script>
    
   <!-- <script type="text/javascript" src="globalvars.js"></script> -->