summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-12 14:32:37 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-12 14:32:37 +0200
commit047e22571e39d0459ce53c765fdb19060d71756d (patch)
tree8e255f5f187e69d3659781b3f7eb027f8a51bd4f /client/components/boards/boardsList.js
parented95542b675aa34dee1c6eaafb1fb3a157215039 (diff)
parentf115e33f6672bfe6fa625b190a01514f8aaa8870 (diff)
downloadwekan-047e22571e39d0459ce53c765fdb19060d71756d.tar.gz
wekan-047e22571e39d0459ce53c765fdb19060d71756d.tar.bz2
wekan-047e22571e39d0459ce53c765fdb19060d71756d.zip
Merge branch 'devel'
Diffstat (limited to 'client/components/boards/boardsList.js')
-rw-r--r--client/components/boards/boardsList.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index 6c9600a1..1ed88146 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -2,10 +2,7 @@ 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');
- Meteor.subscribe('user-admin');
},
boards() {