Author: marcus
Date: Fri May 30 19:32:24 2014
New Revision: 1598710

URL: http://svn.apache.org/r1598710
Log:
Changed variable to use for 'if' condition

Modified:
    openoffice/ooo-site/trunk/content/download/test/download.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1598710&r1=1598709&r2=1598710&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Fri May 30 
19:32:24 2014
@@ -155,8 +155,8 @@ function getLanguage() {
 function hasMirrorLink() {
        // Check the flag in "languages.js", 'y' -> provide download link, 'n' 
-> redirect to alternative webpage.
        // Check the flag in "release_matrix.js", 'y' -> provide download link, 
'n' -> redirect to alternative webpage.
-//     if ( LANG_ARRAY[ 3 ] == 'y' ) {
-       if ( RELEASE_MATRIX_LANG[ 1 ] == 'y' ) {
+       if ( LANG_ARRAY[ 3 ] == 'y' ) {
+//     if ( RELEASE_MATRIX_LANG[ 1 ] == 'y' ) {
                return true;
        } else {
                ERROR = true;


Reply via email to