diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index aed6288110..1763077e0e 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -100,7 +100,9 @@ , hide: function (e) { e && e.preventDefault() - if (! this.isShown) return + if (! this.isShown) { + return + } var that = this this.isShown = false