Skip to content

Closing modal window hides it rather than remove it from the DOM #26

@michcald

Description

@michcald

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();
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions