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
All the loading bars have the same id: #loading. When clicking on buttons, they are added and shown for 3 seconds, then they are just hidden instead of being removed from the DOM. So, multiple instances with the same #loading id may be present at the same time, and the callback function will always hide the first one, which is the already hidden bar under the Add/Remove checkbox button.
How to reproduce:
Select checkbox and click the Remove button.
Then click the Enable button a couple times.
The text was updated successfully, but these errors were encountered: