picture display ready
This commit is contained in:
@@ -2,7 +2,7 @@ Tracker.autorun(function () {
|
||||
var id = Session.get('controller_id');
|
||||
if (id) {
|
||||
Meteor.subscribe("sensor_data", id);
|
||||
var hamo = Meteor.subscribe("controller_state", id);
|
||||
console.log(hamo);
|
||||
Meteor.subscribe("controller_state", id);
|
||||
Meteor.subscribe('pictures', id);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user