added back watering route and hopefully fixed bug with graph
This commit is contained in:
@@ -34,7 +34,7 @@ function saveParamsAndGo(where) {
|
||||
|
||||
Template.tabs.events({
|
||||
'click .start': function() {
|
||||
saveParamsAndGo('/');
|
||||
saveParamsAndGo('/water');
|
||||
},
|
||||
'click .weather': function() {
|
||||
saveParamsAndGo('/weather');
|
||||
|
||||
Reference in New Issue
Block a user