diff --git a/templates/framework/js/modal.js b/templates/framework/js/modal.js index 39e8b540..957106bd 100644 --- a/templates/framework/js/modal.js +++ b/templates/framework/js/modal.js @@ -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; }); };