terminado. faltan pruebas

This commit is contained in:
75134972k
2024-04-01 15:26:51 +02:00
parent 922c811660
commit 22c2215f91
5 changed files with 6792 additions and 8 deletions

View File

@ -27,7 +27,7 @@ function asyncMessageDialog(title, msg, callback) {
$("#labelMsgMessageDialog").html(msg);
$("#okButton").off('click').click(function () {
callback();
$confirmDialog.modal("hide");
$messageDialog.modal("hide");
});
}