mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
updated if statement form
This commit is contained in:
parent
d541eceb51
commit
1066ec4a79
4
js/bootstrap-modal.js
vendored
4
js/bootstrap-modal.js
vendored
@ -100,7 +100,9 @@
|
||||
, hide: function (e) {
|
||||
e && e.preventDefault()
|
||||
|
||||
if (! this.isShown) return
|
||||
if (! this.isShown) {
|
||||
return
|
||||
}
|
||||
|
||||
var that = this
|
||||
this.isShown = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user