Josue Cardona

Results 2 issues of Josue Cardona

So far this has been fixed in bootstrap [#4781](https://github.com/twbs/bootstrap/issues/4781) and [#14927](https://github.com/twbs/bootstrap/pull/14927) For some reason wasn't working with this plugin and I had to trick it based on [this](https://github.com/twbs/bootstrap/issues/4781#issuecomment-17983437) var close...

https://github.com/newghost/bootstrap-jquery-plugin/blob/gh-pages/js/jquery.bootstrap.js#L124 Current: $msgbox.modal('hide').one('hidden.bs.modal', function(e) { Fixed: $msgbox.modal('hide').on('hidden.bs.modal', function(e) {