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
For the time being I have solved it on the app side with this:
jQuery(document).ajaxcom("[data-ajaxcom]", {
complete: function() {
// due to a bug in ajaxcom that does not remove a closed modal window from the page
$(".modal").not(":visible").remove();
}
});
The text was updated successfully, but these errors were encountered:
For the time being I have solved it on the app side with this:
The text was updated successfully, but these errors were encountered: