mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado. faltan pruebas
This commit is contained in:
@ -27,7 +27,7 @@ function asyncMessageDialog(title, msg, callback) {
|
||||
$("#labelMsgMessageDialog").html(msg);
|
||||
$("#okButton").off('click').click(function () {
|
||||
callback();
|
||||
$confirmDialog.modal("hide");
|
||||
$messageDialog.modal("hide");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user