Author: kschenk
Date: Sun Jun  8 20:49:55 2014
New Revision: 1601256

URL: http://svn.apache.org/r1601256
Log:
Changed download link generation on this one to main download instead of 
other.html.

Modified:
    openoffice/ooo-site/trunk/content/gl/index.html

Modified: openoffice/ooo-site/trunk/content/gl/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/gl/index.html?rev=1601256&r1=1601255&r2=1601256&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/gl/index.html (original)
+++ openoffice/ooo-site/trunk/content/gl/index.html Sun Jun  8 20:49:55 2014
@@ -44,25 +44,25 @@ if (navigator.appVersion.indexOf("Linux"
 
 
                var OSName="Unknown OS";
-               if (navigator.appVersion.indexOf("Win")!=-1) 
OSName="http://download.openoffice.org/other.html";;
-               if (navigator.appVersion.indexOf("Mac")!=-1) 
OSName="http://download.openoffice.org/other.html";;
+               if (navigator.appVersion.indexOf("Win")!=-1) 
OSName="http://download.openoffice.org/";;
+               if (navigator.appVersion.indexOf("Mac")!=-1) 
OSName="http://download.openoffice.org/";;
                if (navigator.appVersion.indexOf("X11")!=-1) 
                        {     
                         var so_linux="";
                         so_linux=navigator.userAgent;
                         if (so_linux.indexOf("Ubuntu") !=-1)
-                                
OSName="http://download.openoffice.org/other.html";;
+                                OSName="http://download.openoffice.org/";;
                         else
-                                
OSName="http://download.openoffice.org/other.html";;
+                                OSName="http://download.openoffice.org/";;
                         }
                if (navigator.appVersion.indexOf("Linux")!=-1) 
                        {
                        var so_linux="";
                        so_linux=navigator.userAgent;
                        if (so_linux.indexOf("Ubuntu") !=-1)
-                                
OSName="http://download.openoffice.org/other.html";;
+                                OSName="http://download.openoffice.org/";;
                        else
-                               
OSName="http://download.openoffice.org/other.html";;
+                               OSName="http://download.openoffice.org/";;
                        }
 
        </script>


Reply via email to