mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#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) {
|
if (settings.cleanup != undefined) {
|
||||||
settings.cleanup();
|
settings.cleanup();
|
||||||
}
|
}
|
||||||
$("#modal_overlay").removeClass("ui-widget-overlay");
|
$("#modal_overlay").remove();
|
||||||
},
|
},
|
||||||
beforeClose: settings.beforeClose()
|
beforeClose: settings.beforeClose()
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user