mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1097 checksum compute, make the block size constant
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user