mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02: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",
|
type:"POST",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
data: {
|
data: {
|
||||||
pwg_token: jQuery("input[name=pwg_token").val(),
|
pwg_token: jQuery("input[name=pwg_token]").val(),
|
||||||
image_id: ids
|
image_id: ids
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user