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

Handling Multiple Dialogs

Open Dwarfjazzer opened this issue 9 years ago • 0 comments

So far this has been fixed in bootstrap #4781 and #14927

For some reason wasn't working with this plugin and I had to trick it based on this

var close = function(destroy) {... // add modal open class since we still have opened modal. if ($('.modal').length) { $('body').addClass('modal-open'); }

I'll leave this here to see if this could be enhanced or just to anyone else that could have the same problem as I did.

Dwarfjazzer avatar May 04 '16 18:05 Dwarfjazzer