Author: marcus
Date: Sat Jun 14 06:20:58 2014
New Revision: 1602552

URL: http://svn.apache.org/r1602552
Log:
Updated comments

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=1602552&r1=1602551&r2=1602552&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Sat Jun 14 
06:20:58 2014
@@ -61,16 +61,21 @@ function init( a ) {
 function initVars( init_all ) {
        // Define variables without "var" to make them globally available.
 
-       // The following are used in "download.js" only.
+       // The following are used in "download.js". and "index.html".
+
+       // All elements with ID in the sub-green box.
        element_ids_sub_green = [ "dl_rel_info", "dl_rel_notes", "dl_f_info", 
"dl_f_chk_keys", "space1", "dl_f_chk_asc",
        "space2", "dl_f_chk_md5", "space3", "dl_f_chk_sha256", "dl_lp_info", 
"dl_lp_chk_keys", "space4", "dl_lp_chk_asc",
        "space5", "dl_lp_chk_md5", "space6", "dl_lp_chk_sha256", "dl_hlp_img", 
"dl_hlp", "dl_chk_img", "dl_chk",
        "dl_rpt_img", "dl_rpt" ];
 
+       // All elements with ID in the green and sub-green box that have a link.
        element_ids_links = [ "dl_f_link", "dl_lp_link", "dl_f_chk_keys", 
"dl_f_chk_asc", "dl_f_chk_md5", "dl_f_chk_sha256",
        "dl_lp_chk_keys", "dl_lp_chk_asc", "dl_lp_chk_md5", "dl_lp_chk_sha256", 
"dl_hlp", "dl_chk", "dl_rpt" ];
 
-       // The following are used in "download.js". and "index.html".
+       // The following are used in "download.js" only.
+
+       // All global variables.
        if( init_all === 1 ) {
                R_MODE                          = "";    // The release mode (1 
= stable release (default), 2 = beta release, etc.).
                LANG_ISO                        = "";    // The language as ISO 
code.


Reply via email to