diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 3267560ed7..288593ea4d 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -60,7 +60,7 @@ if ( options ) { $.extend( this.settings, options ) - if ( options.show ) { + if ( this.settings.show ) { this.show() } }