mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
parent
9595ef0199
commit
27a58c18ee
5 changed files with 27 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ Template.header.helpers({
|
|||
hideLogo() {
|
||||
return Utils.isMiniScreen() && Session.get('currentBoard');
|
||||
},
|
||||
|
||||
appIsOffline() {
|
||||
return !Meteor.status().connected;
|
||||
},
|
||||
});
|
||||
|
||||
Template.header.events({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue