mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 06:44:56 +02:00
fixes #685, syntax error in jQuery selector prevents delete photos from working on Safari
This commit is contained in:
@@ -287,7 +287,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: jQuery("input[name=pwg_token").val(),
|
pwg_token: jQuery("input[name=pwg_token]").val(),
|
||||||
image_id: ids.join(',')
|
image_id: ids.join(',')
|
||||||
},
|
},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
|||||||
Reference in New Issue
Block a user