Skip to content

Improvement: removed hash in URL when closing modal #49

@thatjeannie

Description

@thatjeannie

Improvement: added preventDefault to lose hash in URL when closing modal with link:

$(o.closeButton).click(function(e) {
    close_modal(modal_id);
    e.preventDefault();
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions