feature #593, send image_ids as a coma separated string

... as in 3fb5651143
This commit is contained in:
plegall
2017-01-12 14:33:56 +01:00
parent 37fc55e6b6
commit 50860ffdb6
@@ -286,7 +286,7 @@ jQuery('#applyAction').click(function(e) {
data: {
method: "pwg.images.delete",
pwg_token: jQuery("input[name=pwg_token").val(),
image_id: ids
image_id: ids.join(',')
},
dataType: 'json',
success: function(data) {