mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
fix board headeer issue
This commit is contained in:
parent
ce88495d47
commit
d2ac3dc63d
5 changed files with 34 additions and 15 deletions
|
|
@ -2,6 +2,10 @@ Template.header.helpers({
|
|||
wrappedHeader() {
|
||||
return !Session.get('currentBoard');
|
||||
},
|
||||
|
||||
hideLogo() {
|
||||
return Utils.isMiniScreen() && Session.get('currentBoard');
|
||||
},
|
||||
});
|
||||
|
||||
Template.header.events({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue