picture display ready
This commit is contained in:
@@ -26,10 +26,12 @@ Template.tabs.events({
|
||||
'click .log': function() {
|
||||
Session.set('templateName', 'log');
|
||||
},
|
||||
'click .surveillance': function() {
|
||||
Session.set('templateName', 'surveillance');
|
||||
},
|
||||
'click .settings': function() {
|
||||
Session.set('templateName', 'settings');
|
||||
},
|
||||
|
||||
'click #switch': function() {
|
||||
var instance = Template.instance();
|
||||
controller_id = instance.$('#controller').val();
|
||||
|
||||
Reference in New Issue
Block a user