1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

Fix modal's close button

This commit is contained in:
Denis Shakhov 2013-02-11 16:40:46 +07:00
parent 7cd5625350
commit 6d086b4da8

View file

@ -32,6 +32,7 @@
this.$element.find(Modal.settings.closeSelector).on('click.modal', function () {
Modal.settings._hideOverlay();
if ($this.options.isAjax) $this.$element.remove();
return false;
});
};