Author: marcus
Date: Tue Jul  8 18:30:57 2014
New Revision: 1608877

URL: http://svn.apache.org/r1608877
Log:
Fixed error: Link for release notes has not a pointer as mouse cursor

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=1608877&r1=1608876&r2=1608877&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Tue Jul  8 
18:30:57 2014
@@ -73,13 +73,13 @@ DL.initVariables = function( init_all ) 
        // The following are used in "download.js". and "index.html".
 
        // All elements with ID in the sub-box.
-       DL.ID_SUB_BOX = [ "dl_rel_info", "dl_rel_notes", "dl_f_info", 
"dl_f_chk_keys", "space1",
+       DL.ID_SUB_BOX = [ "dl_rel_info", "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 box and sub-box that have a link.
-       DL.ID_LINKS = [ "dl_f_link", "dl_lp_link", "dl_f_chk_keys", 
"dl_f_chk_asc", "dl_f_chk_md5",
+       DL.ID_LINKS = [ "dl_f_link", "dl_lp_link", "dl_rel_notes", 
"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" ];
 


Reply via email to