Cleaning up type ahead

This commit is contained in:
Brian McGonagill 2024-07-07 18:59:40 -05:00
parent cba5026ee4
commit dbd945391d
4 changed files with 11 additions and 14 deletions

View file

@ -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');