added back watering route and hopefully fixed bug with graph

This commit is contained in:
Senad Uka
2017-05-24 18:45:37 +02:00
parent 81652c8c64
commit 947a9c6a43
4 changed files with 12 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ function saveParamsAndGo(where) {
Template.tabs.events({
'click .start': function() {
saveParamsAndGo('/');
saveParamsAndGo('/water');
},
'click .weather': function() {
saveParamsAndGo('/weather');