mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Fixing Tasks to work differently, adding to dash.
This commit is contained in:
parent
56b27d6b05
commit
2d9ab70fa6
5 changed files with 56 additions and 16 deletions
|
|
@ -7,8 +7,8 @@ Template.myTasksTbl.onCreated(function() {
|
|||
|
||||
Template.myTasksTbl.onRendered(function() {
|
||||
$('.collapsible').collapsible();
|
||||
Session.set("hideComplete", false);
|
||||
Session.set("onlyToday", false);
|
||||
Session.set("hideComplete", true);
|
||||
Session.set("onlyToday", true);
|
||||
});
|
||||
|
||||
Template.myTasksTbl.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue