Rimozione modal dopo chiusura
This commit is contained in:
parent
23befd5c81
commit
e1d5bd4d08
|
@ -11,6 +11,7 @@ $(window).on("load", function () {
|
|||
|
||||
// Fix multi-modal
|
||||
$(document).on('hidden.bs.modal', '.modal', function () {
|
||||
$(this).remove();
|
||||
$('.modal:visible').length && $(document.body).addClass('modal-open');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue