#8365 NCM V3 Minor fix
This commit is contained in:
parent
837f1ff73c
commit
7a5201db4f
|
@ -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()
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue