mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +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({
|
Template.listMgmtTbl.helpers({
|
||||||
lists: function() {
|
lists: function() {
|
||||||
let showComplete = Session.get("showCompletedLists");
|
let showComplete = Session.get("showCompletedLists");
|
||||||
|
// console.log("Show Complete Lists: " + showComplete);
|
||||||
if (showComplete) {
|
if (showComplete) {
|
||||||
return Lists.find({});
|
return Lists.find({});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue