mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
@dmyers settings fix #255
This commit is contained in:
parent
d2de00f1df
commit
87d9343a30
2
js/bootstrap-modal.js
vendored
2
js/bootstrap-modal.js
vendored
@ -60,7 +60,7 @@
|
|||||||
if ( options ) {
|
if ( options ) {
|
||||||
$.extend( this.settings, options )
|
$.extend( this.settings, options )
|
||||||
|
|
||||||
if ( options.show ) {
|
if ( this.settings.show ) {
|
||||||
this.show()
|
this.show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user