summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-09 23:19:10 -0500
committerMaxime Quandalle <maxime@quandalle.com>2015-12-09 23:20:44 -0500
commit480ef632730b28c9a7ec4d6dfd6e682c8df7c099 (patch)
tree22da7cd3ea33d9fd3e86030d7bb364f76618db10 /client/components/main
parentf9f4747a6afe97c1ea21098cd9de838821b8ea2f (diff)
downloadwekan-480ef632730b28c9a7ec4d6dfd6e682c8df7c099.tar.gz
wekan-480ef632730b28c9a7ec4d6dfd6e682c8df7c099.tar.bz2
wekan-480ef632730b28c9a7ec4d6dfd6e682c8df7c099.zip
Fix a regression introduced in 71b9a42f
The buttons in the board header were not click-able anymore.
Diffstat (limited to 'client/components/main')
-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');
},