mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #1306 also close bracket for deleteOrphans and setMd5sum
This commit is contained in:
@@ -455,7 +455,7 @@ function add_md5sum_block(blockSize){
|
||||
type:"POST",
|
||||
dataType: "json",
|
||||
data: {
|
||||
pwg_token: jQuery("input[name=pwg_token").val(),
|
||||
pwg_token: jQuery("input[name=pwg_token]").val(),
|
||||
block_size: blockSize
|
||||
},
|
||||
success:function(data) {
|
||||
@@ -505,7 +505,7 @@ function delete_orphans_block(blockSize) {
|
||||
type:"POST",
|
||||
dataType: "json",
|
||||
data: {
|
||||
pwg_token: jQuery("input[name=pwg_token").val(),
|
||||
pwg_token: jQuery("input[name=pwg_token]").val(),
|
||||
block_size: blockSize
|
||||
},
|
||||
success:function(data) {
|
||||
|
||||
Reference in New Issue
Block a user