You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked with the commit: 423f1ad (In my production server) and everything is working fine. But when I use dev-master, or 2.9.0 then it did not work.
Please note that other buttons are working fine, except delete button.
The text was updated successfully, but these errors were encountered:
The function "confirm" in script.js should be adapted accordingly:
function confirm(body, callback) {
$('#notify').find('.btn-primary').toggle(callback !== undefined);
$('#notify').find('.btn-primary').click(callback);
$('#notify').modal('show').find('.modal-body').html(body);
}
I've identified the same issue occurring on my system as well.
Confirming the fix noted above by @ivliev does resolve this. Could this fix please be considered for merging?
Many thanks!
Expected Behavior
I can delete the image as normal.
Actual Behavior
No ajax call,
Steps to Reproduce the Problem
Specifications
I checked with the commit: 423f1ad (In my production server) and everything is working fine. But when I use dev-master, or 2.9.0 then it did not work.
Please note that other buttons are working fine, except delete button.
The text was updated successfully, but these errors were encountered: