saving and temperature works

This commit is contained in:
Senad Uka
2016-10-23 15:10:20 +02:00
parent 31b355f381
commit 6108d75074
16 changed files with 270 additions and 130 deletions

View File

@@ -8,7 +8,7 @@ Tracker.autorun(function() {
});
Router.route('/', function() {
if (accessible('start')) {
if (Meteor.zoblak.client.accessible('start')) {
Session.set('templateName', 'start');
} else {
Session.set('templateName', 'no_access')