mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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: {
|
data: {
|
||||||
method: "pwg.images.delete",
|
method: "pwg.images.delete",
|
||||||
pwg_token: jQuery("input[name=pwg_token").val(),
|
pwg_token: jQuery("input[name=pwg_token").val(),
|
||||||
image_id: ids
|
image_id: ids.join(',')
|
||||||
},
|
},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user