mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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).remove();
|
||||
}
|
||||
if (typeof settings.onDeny == "function") settings.onDeny();
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user