#8365 NCM V3 Minor fix

This commit is contained in:
Jonathan 2023-11-29 16:31:06 +01:00
parent 837f1ff73c
commit 7a5201db4f
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ function load_modal(settings) {
if (settings.cleanup != undefined) {
settings.cleanup();
}
$("#modal_overlay").removeClass("ui-widget-overlay");
$("#modal_overlay").remove();
},
beforeClose: settings.beforeClose()
});