-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete button is not clickable #1237
Comments
I'm experiencing the same issue with version 2.9 - all other buttons are working fine, just not the delete button. |
The function "confirm" in script.js should be adapted accordingly: |
I've identified the same issue occurring on my system as well. |
Question: How can I use the fix above if this project hasn't been updated yet? I would like to fix the delete button functionality now. |
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: