Author: marcus
Date: Thu May  1 15:47:35 2014
New Revision: 1591688

URL: http://svn.apache.org/r1591688
Log:
Added variables for debugging

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

Modified: openoffice/ooo-site/trunk/content/download/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1591688&r1=1591687&r2=1591688&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Thu May  1 15:47:35 
2014
@@ -39,6 +39,7 @@ function alertDbg( function_name ) {
        alert ( ""
        + function_name                                                         
                                + "\n"
        + "LANG_ISO: "                          + "\t\t\t\t\t"          + 
LANG_ISO                              + "\n"
+       + "LANG_ARRAY: "                        + "\t\t\t\t\t"          + 
LANG_ARRAY                            + "\n"
        + "RELEASE_MATRIX_PLATFORM_POS: "       + "\t"                  + 
RELEASE_MATRIX_PLATFORM_POS           + "\n"
        + "RELEASE_MATRIX_PLATFORM: "           + "\t\t\t"              + 
RELEASE_MATRIX_PLATFORM               + "\n"
        + "UI_PLATFORM: "                       + "\t\t\t\t\t"          + 
UI_PLATFORM                           + "\n"
@@ -49,6 +50,9 @@ function alertDbg( function_name ) {
        + "EXTENSION: "                         + "\t\t\t\t\t"          + 
EXTENSION                             + "\n"
        + "BASE_URL: "                          + "\t\t\t\t\t"          + 
SOURCEFORGE_BASE_URL                  + "\n"
        + "LINK: "                              + "\t\t\t\t\t\t"        + LINK  
                                + "\n"
+       + "CHECKSUM_ASC: "                      + "\t\t\t\t\t"          + 
CHECKSUM_ASC                          + "\n"
+       + "CHECKSUM_MD5: "                      + "\t\t\t\t\t"          + 
CHECKSUM_MD5                          + "\n"
+       + "CHECKSUM_SHA256: "                   + "\t\t\t\t\t"          + 
CHECKSUM_SHA256                       + "\n"
        + "SOURCEFORGE: "                       + "\t\t\t\t\t\t"        + 
SOURCEFORGE                           + "\n"
        + "OTHER: "                             + "\t\t\t\t\t\t"        + OTHER 
                                + "\n"
        + "ARCHIVE: "                           + "\t\t\t\t\t\t"        + 
ARCHIVE                               + "\n"


Reply via email to