]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
added bug fix for hide-before-show bug
authorAaron Stacy <aaron.r.stacy@gmail.com>
Fri, 23 Sep 2011 13:46:08 +0000 (08:46 -0500)
committerAaron Stacy <aaron.r.stacy@gmail.com>
Fri, 23 Sep 2011 13:46:08 +0000 (08:46 -0500)
commitd541eceb51bcc4dff8a42124c0b8d5cdee46d705
tree0773ea0afd2d9797366f31d06730a654a41d1af8
parent68605bdd51760a929cc661607f06f479c53b0bee
added bug fix for hide-before-show bug

this commit fixes a bug where .modal('hide') is called on a modal object before
.modal('show').  this can be viewed here:

    http://jsfiddle.net/aaronj1335/7hH89/8/

(notice the JS exception that is thrown)
js/bootstrap-modal.js