(cp e163689) Batchmanager metadata sync bug (#1306)

* closing square brakets is better
This commit is contained in:
plegall
2021-05-13 13:51:31 +02:00
parent 432b2f64ec
commit 3a505d5b5a

View File

@@ -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) {