#13652 fix dialog close error

This commit is contained in:
Jonathan 2024-04-25 12:44:16 +02:00
parent d0dcdf5dd4
commit 14e909f630
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ $(document).ready(function() {
});
$("#ok_buttom").click(function() {
$("#license_error_msg_dialog").dialog("close");
$(".ui-dialog-content").dialog("close");
});
}
}