mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed modal close click button execute twice function close pandora_enterprise#12447
This commit is contained in:
parent
817811ffac
commit
f78c7495e5
@ -583,7 +583,6 @@ function confirmDialog(settings, idDialog = uniqId()) {
|
|||||||
$(this).dialog("close");
|
$(this).dialog("close");
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
}
|
}
|
||||||
if (typeof settings.onDeny == "function") settings.onDeny();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user