Author: buildbot
Date: Sun Jun 8 20:51:00 2014
New Revision: 911880
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/gl/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 8 20:51:00 2014
@@ -1 +1 @@
-1601250
+1601256
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 8 20:51:00 2014
@@ -1 +1 @@
-1601250
+1601256
Modified: websites/staging/ooo-site/trunk/content/gl/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/gl/index.html (original)
+++ websites/staging/ooo-site/trunk/content/gl/index.html Sun Jun 8 20:51:00
2014
@@ -47,25 +47,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>