fix board headeer issue

This commit is contained in:
floatinghotpot 2015-12-17 20:38:33 +08:00
parent ce88495d47
commit d2ac3dc63d
5 changed files with 34 additions and 15 deletions

View file

@ -2,6 +2,10 @@ Template.header.helpers({
wrappedHeader() {
return !Session.get('currentBoard');
},
hideLogo() {
return Utils.isMiniScreen() && Session.get('currentBoard');
},
});
Template.header.events({