diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index b56349703c..7c163a6d70 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -925,6 +925,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } this.$element .removeClass('in') .attr('aria-hidden', true) + .off('click.dismiss.modal') $.support.transition && this.$element.hasClass('fade') ? this.$element @@ -977,7 +978,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } this.$backdrop = $('