summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardBody.js')
-rw-r--r--client/components/boards/boardBody.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js
index 9c1625cd..15268a6b 100644
--- a/client/components/boards/boardBody.js
+++ b/client/components/boards/boardBody.js
@@ -1,10 +1,6 @@
const subManager = new SubsManager();
BlazeComponent.extendComponent({
- template() {
- return 'board';
- },
-
onCreated() {
this.draggingActive = new ReactiveVar(false);
this.showOverlay = new ReactiveVar(false);
@@ -180,10 +176,6 @@ Template.boardBody.onRendered(function() {
});
BlazeComponent.extendComponent({
- template() {
- return 'addListForm';
- },
-
// Proxy
open() {
this.childComponents('inlinedForm')[0].open();