Improvement: added preventDefault to lose hash in URL when closing modal with link: ``` javascript $(o.closeButton).click(function(e) { close_modal(modal_id); e.preventDefault(); }); ```