|
@@ -2,8 +2,6 @@ const subManager = new SubsManager();
|
|
|
|
|
|
BlazeComponent.extendComponent({
|
|
|
onCreated() {
|
|
|
- // Here is the only place that boards data needed, all boards data will stop sync when leaving this template.
|
|
|
- Meteor.subscribe('boards');
|
|
|
Meteor.subscribe('setting');
|
|
|
},
|
|
|
|