mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
feature #593, use the standard pwg_token available in the form
This commit is contained in:
@@ -280,7 +280,7 @@ jQuery('#applyAction').click(function(e) {
|
|||||||
url: 'ws.php?format=json',
|
url: 'ws.php?format=json',
|
||||||
data: {
|
data: {
|
||||||
method: "pwg.images.delete",
|
method: "pwg.images.delete",
|
||||||
pwg_token: wm_pwg_token,
|
pwg_token: jQuery("input[name=pwg_token").val(),
|
||||||
return_details: true,
|
return_details: true,
|
||||||
image_id: image_ids
|
image_id: image_ids
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user