You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/05/03 13:43:03 UTC

svn commit: r907907 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/index_droplist.html

Author: buildbot
Date: Sat May  3 11:43:02 2014
New Revision: 907907

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/download/test/index_droplist.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May  3 11:43:02 2014
@@ -1 +1 @@
-1592184
+1592185

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May  3 11:43:02 2014
@@ -1 +1 @@
-1592184
+1592185

Modified: websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_droplist.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_droplist.html Sat May  3 11:43:02 2014
@@ -72,7 +72,7 @@ screen reader. -->
   // Get the download link (1 = Stable Release).
   var dl_link	= getLink( 1 );
   // Does the browser language match with AOO languages?
-  if ( hasMirrorLink() ) {
+  if ( isLangSupported() ) {
     if ( SOURCEFORGE ) {
       // If download link contains "sourceforge" (-> normal and correct download link),
       // offer download link from Sourceforge with displayed platform and language.
@@ -256,7 +256,7 @@ screen reader. -->
     // Get the download link (1 = Beta Release).
     var dl_link	= getLink( 1 );
     // Does the browser language match with AOO languages?
-    if ( hasMirrorLink() ) {
+    if ( isLangSupported() ) {
       if ( SOURCEFORGE ) {
         // If download link contains "sourceforge" (-> normal and correct download link),
         // offer download link from Sourceforge with displayed platform and language.