mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
fixes #1098 make checksum computation block size configurable, and smaller by default
This commit is contained in:
@@ -26,6 +26,10 @@ var lang = {
|
||||
AreYouSure: "{'Are you sure?'|translate|escape:'javascript'}"
|
||||
};
|
||||
|
||||
var conf = {
|
||||
checksum_compute_blocksize: {$conf_checksum_compute_blocksize},
|
||||
};
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
jQuery('.help-popin').colorbox({ width:"500px" });
|
||||
|
||||
Reference in New Issue
Block a user