updated if statement form
This commit is contained in:
parent
d541eceb51
commit
1066ec4a79
1 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue