mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
tiny update to add console logging.
This commit is contained in:
parent
aaddbf0b44
commit
c6c5951d16
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ Template.listMgmtTbl.onRendered(function() {
|
|||
Template.listMgmtTbl.helpers({
|
||||
lists: function() {
|
||||
let showComplete = Session.get("showCompletedLists");
|
||||
// console.log("Show Complete Lists: " + showComplete);
|
||||
if (showComplete) {
|
||||
return Lists.find({});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue