saving and temperature works
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user