bootstrap-jquery-plugin icon indicating copy to clipboard operation
bootstrap-jquery-plugin copied to clipboard

Typo Preventing Destoy Dialog

Open Dwarfjazzer opened this issue 9 years ago • 0 comments

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) {

Dwarfjazzer avatar May 04 '16 18:05 Dwarfjazzer