From 54b727a22ab4b6fef6be31b70d5ef32ac43fd676 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 14 Oct 2019 11:42:51 +0200 Subject: [PATCH] fixes #1097 checksum compute, make the block size constant --- admin/themes/default/js/batchManagerGlobal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/js/batchManagerGlobal.js b/admin/themes/default/js/batchManagerGlobal.js index 85d68158b..da8163f6a 100644 --- a/admin/themes/default/js/batchManagerGlobal.js +++ b/admin/themes/default/js/batchManagerGlobal.js @@ -445,7 +445,7 @@ function add_md5sum_block(blockSize){ var percent_done = 100 - percent_remaining; jQuery('#md5sum_added').html(percent_done); if (data.result.nb_no_md5sum > 0) { - add_md5sum_block(); + add_md5sum_block(blockSize); } else { // time to refresh the whole page