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
{{ message }}
This repository was archived by the owner on Jun 9, 2023. It is now read-only.
It's happening several times that when user triggers to open modal and the modal is fetching content via ajax, if user wish to close it by clicking on backdrop, modal closes but the ajax doesn't stop. So, later the ajax loaded content appends to the body. To make that content go away, user has to refresh the page.
It's happening several times that when user triggers to open modal and the modal is fetching content via ajax, if user wish to close it by clicking on backdrop, modal closes but the ajax doesn't stop. So, later the ajax loaded content appends to the body. To make that content go away, user has to refresh the page.
