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…
Reference in New Issue