mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
@dmyers settings fix #255
This commit is contained in:
parent
d2de00f1df
commit
87d9343a30
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-modal.js
vendored
2
js/bootstrap-modal.js
vendored
|
|
@ -60,7 +60,7 @@
|
|||
if ( options ) {
|
||||
$.extend( this.settings, options )
|
||||
|
||||
if ( options.show ) {
|
||||
if ( this.settings.show ) {
|
||||
this.show()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue