From: Aaron Stacy Date: Fri, 23 Sep 2011 18:38:08 +0000 (-0500) Subject: updated if statement form X-Git-Tag: v1.4.0~58^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1066ec4a79bc2cbdc3dd428c5e241364ace96594;p=thirdparty%2Fbootstrap.git updated if statement form --- 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