mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
feature #593, send image_ids as a coma separated string
... as in 3fb5651143
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user