Author: marcus
Date: Sun Nov 18 11:44:06 2018
New Revision: 1846833

URL: http://svn.apache.org/viewvc?rev=1846833&view=rev
Log:
Fixed errors for SHA512 links

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=1846833&r1=1846832&r2=1846833&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Sun Nov 18 11:44:06 
2018
@@ -951,9 +951,9 @@ DL.getLinkSelection = function() {
                        document.getElementById( "dl_f_chk_sha256"  ).title     
= "";
 
                        document.getElementById( "space7"           ).innerHTML 
= "";
-                       document.getElementById( "dl_lp_chk_sha512" ).href      
= "";
-                       document.getElementById( "dl_lp_chk_sha512" ).innerHTML 
= "";
-                       document.getElementById( "dl_lp_chk_sha512" ).title     
= "";
+                       document.getElementById( "dl_lp_chk_sha256" ).href      
= "";
+                       document.getElementById( "dl_lp_chk_sha256" ).innerHTML 
= "";
+                       document.getElementById( "dl_lp_chk_sha256" ).title     
= "";
 
                        document.getElementById( "space4"           ).innerHTML 
= " , ";
                        document.getElementById( "dl_f_chk_md5"     ).href      
= DL.LINK_CHK_MD5_FULL;


Reply via email to