Button ok mesage too much agents

This commit is contained in:
Jonathan 2023-02-16 09:09:40 +01:00
parent 21a4a4ced8
commit f557309238
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ $(document).ready(function() {
}
});
$("#submit-hide-license-error-msg").click(function() {
$("#ok_buttom").click(function() {
$("#license_error_msg_dialog").dialog("close");
});
}