]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
@dmyers settings fix #255
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 30 Sep 2011 06:09:53 +0000 (23:09 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 30 Sep 2011 06:09:53 +0000 (23:09 -0700)
js/bootstrap-modal.js

index 3267560ed7e01748b80c225d0be0346e5b66120a..288593ea4dfa95b15941f4780bccab289963c999 100644 (file)
@@ -60,7 +60,7 @@
     if ( options ) {
       $.extend( this.settings, options )
 
-      if ( options.show ) {
+      if ( this.settings.show ) {
         this.show()
       }
     }