mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
dev work on menu to prod link
This commit is contained in:
parent
01ae220674
commit
9abb198e82
7 changed files with 163 additions and 3 deletions
|
|
@ -18,6 +18,10 @@ Template.taskForm.onRendered(function() {
|
|||
placeholder: 'Task Name',
|
||||
secondaryPlaceholder: '+Task Name',
|
||||
});
|
||||
|
||||
setTimeout(function() {
|
||||
instances = M.FormSelect.init(elems, {});
|
||||
}, 350);
|
||||
|
||||
Session.set("taskNameErr", false);
|
||||
Session.set("taskUserErr", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue