Author: buildbot
Date: Tue Mar 25 22:00:56 2014
New Revision: 903619

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/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 25 22:00:56 2014
@@ -1 +1 @@
-1581544
+1581552

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 25 22:00:56 2014
@@ -1 +1 @@
-1581544
+1581552

Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Tue Mar 
25 22:00:56 2014
@@ -111,6 +111,7 @@ function getLanguage() {
 function hasMirrorLink( rel_mode ) {
 
        if ( rel_mode == 0 ) {
+               // Release mode
                // First check if the Beta release languages (not available as 
current stable release !) are set in browser
                if ( LANG_ISO == "bg" || LANG_ISO == "da" || LANG_ISO == "hi" 
|| LANG_ISO == "nb" || LANG_ISO == "th" ) {
                        SOURCEFORGE     = false;
@@ -136,7 +137,6 @@ function hasMirrorLink( rel_mode ) {
                        return false;
                }
        }
-
 /*
        if ( LANG_ARRAY[ 3 ] == 'y' )
                return true;
@@ -159,15 +159,6 @@ function getLink( rel_mode ) {
 
        getLanguage();
        getPlatform( rel_mode );
-/*
-       document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink( 
rel_mode )?: " + hasMirrorLink( rel_mode )
-       + "<br />"
-       + "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " 
+ ARCHIVE
-       + "<br />"
-       + "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + 
" - EXTENSION: " + EXTENSION
-       + "<br />"
-       + "LINK: " + LINK );
-*/
        if ( hasMirrorLink( rel_mode ) ) {
                getFilesize( rel_mode );
        }


Reply via email to