summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-11 22:13:28 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-11 22:13:28 +0200
commitf4e0d922963317e3df70ddf880701d2829315984 (patch)
treec7d7b231c98ce47077d04d6b582be4d9a78f242e /client/components/boards/boardsList.js
parent7214e4bb2f66c648d45cc1f4faf3c341c9a2144c (diff)
parent9e0142b885155fb90b111b6a09fb397c5ae9cbd8 (diff)
downloadwekan-f4e0d922963317e3df70ddf880701d2829315984.tar.gz
wekan-f4e0d922963317e3df70ddf880701d2829315984.tar.bz2
wekan-f4e0d922963317e3df70ddf880701d2829315984.zip
Merge branch 'thuanpq-fix-bug-on-header-quick-access' into devel
Diffstat (limited to 'client/components/boards/boardsList.js')
-rw-r--r--client/components/boards/boardsList.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index cc4e2f87..1ed88146 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -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');
},