mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Batchmanager metadata sync bug (#1306)
* closing square brakets is better
This commit is contained in:
@@ -303,7 +303,7 @@ jQuery('#applyAction').click(function(e) {
|
||||
type:"POST",
|
||||
dataType: "json",
|
||||
data: {
|
||||
pwg_token: jQuery("input[name=pwg_token").val(),
|
||||
pwg_token: jQuery("input[name=pwg_token]").val(),
|
||||
image_id: ids
|
||||
},
|
||||
success: function(data) {
|
||||
|
||||
Reference in New Issue
Block a user