summaryrefslogtreecommitdiffstats
path: root/client/components/main/header.js
diff options
context:
space:
mode:
authorXavier Priour <xavier.priour@bubblyware.com>2015-12-13 20:02:51 +0100
committerXavier Priour <xavier.priour@bubblyware.com>2015-12-13 20:02:51 +0100
commite304185c23014fe3a4511d213535549e4bfeb207 (patch)
tree1e3a33f06db36b52f9bbfafb6163a652883a0cdf /client/components/main/header.js
parent18697d45f652a119ba21b0cef42fbf732902bfa9 (diff)
parent0954cff5b470712210275a9c0699d85d6579ab54 (diff)
downloadwekan-e304185c23014fe3a4511d213535549e4bfeb207.tar.gz
wekan-e304185c23014fe3a4511d213535549e4bfeb207.tar.bz2
wekan-e304185c23014fe3a4511d213535549e4bfeb207.zip
Merge remote-tracking branch 'upstream/devel' into devel
Diffstat (limited to 'client/components/main/header.js')
-rw-r--r--client/components/main/header.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/components/main/header.js b/client/components/main/header.js
index 30cb2d8f..d44fe76d 100644
--- a/client/components/main/header.js
+++ b/client/components/main/header.js
@@ -1,9 +1,4 @@
Template.header.helpers({
- // Reactively set the color of the page from the color of the current board.
- headerTemplate() {
- return 'headerBoard';
- },
-
wrappedHeader() {
return !Session.get('currentBoard');
},