From 480ef632730b28c9a7ec4d6dfd6e682c8df7c099 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Wed, 9 Dec 2015 23:19:10 -0500 Subject: Fix a regression introduced in 71b9a42f The buttons in the board header were not click-able anymore. --- client/components/main/header.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client/components/main/header.js') 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'); }, -- cgit v1.2.3-1-g7c22