mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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',
|
||||
data: {
|
||||
method: "pwg.images.delete",
|
||||
pwg_token: jQuery("input[name=pwg_token").val(),
|
||||
pwg_token: jQuery("input[name=pwg_token]").val(),
|
||||
image_id: ids.join(',')
|
||||
},
|
||||
dataType: 'json',
|
||||
|
||||
Reference in New Issue
Block a user