Author: buildbot Date: Tue Dec 4 19:49:45 2018 New Revision: 1037549 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 Tue Dec 4 19:49:45 2018 @@ -1 +1 @@ -1848159 +1848169 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Dec 4 19:49:45 2018 @@ -1 +1 @@ -1848159 +1848169 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 Tue Dec 4 19:49:45 2018 @@ -946,14 +946,14 @@ DL.getLinkSelection = function() { DL.LINK_CHK_MD5_LP = DL.ASF_ARC_BASE_URL + "/binaries/" + DL.LANG_SEL + "/" + DL.FILENAME_LP + ".md5"; document.getElementById( "space3" ).innerHTML = ""; - document.getElementById( "dl_f_chk_sha256" ).href = ""; - document.getElementById( "dl_f_chk_sha256" ).innerHTML = ""; - document.getElementById( "dl_f_chk_sha256" ).title = ""; + document.getElementById( "dl_f_chk_sha512" ).href = ""; + document.getElementById( "dl_f_chk_sha512" ).innerHTML = ""; + document.getElementById( "dl_f_chk_sha512" ).title = ""; document.getElementById( "space7" ).innerHTML = ""; - document.getElementById( "dl_lp_chk_sha256" ).href = ""; - document.getElementById( "dl_lp_chk_sha256" ).innerHTML = ""; - document.getElementById( "dl_lp_chk_sha256" ).title = ""; + document.getElementById( "dl_lp_chk_sha512" ).href = ""; + document.getElementById( "dl_lp_chk_sha512" ).innerHTML = ""; + document.getElementById( "dl_lp_chk_sha512" ).title = ""; document.getElementById( "space4" ).innerHTML = " , "; document.getElementById( "dl_f_chk_md5" ).href = DL.LINK_CHK_MD5_FULL;