You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2018/11/18 11:44:43 UTC

svn commit: r1037022 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/download.js

Author: buildbot
Date: Sun Nov 18 11:44:43 2018
New Revision: 1037022

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 11:44:43 2018
@@ -1 +1 @@
-1846832
+1846833

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 11:44:43 2018
@@ -1 +1 @@
-1846832
+1846833

Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Sun Nov 18 11:44:43 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;