mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Cleaning up type ahead
This commit is contained in:
parent
cba5026ee4
commit
dbd945391d
4 changed files with 11 additions and 14 deletions
|
|
@ -25,7 +25,7 @@ Template.listsTbl.events({
|
|||
if (listId == "addList") {
|
||||
$('#modalList').modal('open');
|
||||
} else {
|
||||
console.log("listId is: " + listId);
|
||||
// console.log("listId is: " + listId);
|
||||
Session.set("listId", listId);
|
||||
Meteor.setTimeout(function() {
|
||||
FlowRouter.go('/listitems');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue