You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/07/08 20:34:31 UTC

svn commit: r1608878 - /openoffice/ooo-site/trunk/content/download/download.js

Author: marcus
Date: Tue Jul  8 18:34:30 2014
New Revision: 1608878

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

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=1608878&r1=1608877&r2=1608878&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Tue Jul  8 18:34:30 2014
@@ -71,13 +71,13 @@ function initVariables( init_all ) {
 	// The following are used in "download.js". and "index.html".
 
 	// All elements with ID in the sub-box.
-	element_ids_sub_box = [ "dl_rel_info", "dl_rel_notes", "dl_f_info", "dl_f_chk_keys", "space1", "dl_f_chk_asc",
+	element_ids_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 green and sub-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",
+	element_ids_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" ];
 
 	// The following are used in "download.js" only.