(cp 54b727a) fixes #1097 checksum compute, make the block size constant

This commit is contained in:
plegall
2019-10-14 11:44:04 +02:00
parent 7223594dbc
commit b5dd0da47e
@@ -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