mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixed modal close issue on non filled field. Added mark complte.
This commit is contained in:
parent
075dd57996
commit
81f29952e2
5 changed files with 23 additions and 12 deletions
|
|
@ -31,6 +31,7 @@ Template.addMenuModal.events({
|
|||
} else {
|
||||
console.log(" SUCCESS adding menu.");
|
||||
$("#menuNameInp").val("");
|
||||
$("#modalMenu").modal('close');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue