fixes #685, syntax error in jQuery selector prevents delete photos from working on Safari

This commit is contained in:
plegall
2017-05-22 11:31:21 +02:00
parent 8b4e2ffffb
commit 11c07ea530

View File

@@ -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',