fixed modal close click button execute twice function close pandora_enterprise#12447

This commit is contained in:
daniel 2023-12-14 13:18:53 +01:00
parent 817811ffac
commit f78c7495e5
1 changed files with 0 additions and 1 deletions

View File

@ -583,7 +583,6 @@ function confirmDialog(settings, idDialog = uniqId()) {
$(this).dialog("close");
$(this).remove();
}
if (typeof settings.onDeny == "function") settings.onDeny();
}
},
{