mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02: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;
|
var percent_done = 100 - percent_remaining;
|
||||||
jQuery('#md5sum_added').html(percent_done);
|
jQuery('#md5sum_added').html(percent_done);
|
||||||
if (data.result.nb_no_md5sum > 0) {
|
if (data.result.nb_no_md5sum > 0) {
|
||||||
add_md5sum_block();
|
add_md5sum_block(blockSize);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// time to refresh the whole page
|
// time to refresh the whole page
|
||||||
|
|||||||
Reference in New Issue
Block a user