Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: removed hash in URL when closing modal #49

Open
thatjeannie opened this issue Jan 16, 2015 · 0 comments
Open

Improvement: removed hash in URL when closing modal #49

thatjeannie opened this issue Jan 16, 2015 · 0 comments

Comments

@thatjeannie
Copy link

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

$(o.closeButton).click(function(e) {
    close_modal(modal_id);
    e.preventDefault();
});
@thatjeannie thatjeannie changed the title Improvement: remove hash in URL when closing modal Improvement: removed hash in URL when closing modal Jan 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant