diff options
| -rw-r--r-- | js/bootstrap-modal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 6370a02a4..41bb540a1 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -100,8 +100,8 @@ , hide: function (e) { e && e.preventDefault() - if (! this.isShown) { - return this + if ( !this.isShown ) { + return this } var that = this |
