mirror of
https://github.com/wekan/wekan.git
synced 2026-01-27 03:36:09 +01:00
Upgrade to Meteor 2.3.4
Thanks to xet7 !
This commit is contained in:
parent
e6dc20f6c7
commit
40265144af
316 changed files with 5049 additions and 32549 deletions
|
|
@ -25,6 +25,7 @@ Template.userAvatar.helpers({
|
|||
return user && user.isBoardAdmin() ? 'admin' : 'normal';
|
||||
},
|
||||
|
||||
/*
|
||||
presenceStatusClassName() {
|
||||
const user = Users.findOne(this.userId);
|
||||
const userPresence = presences.findOne({ userId: this.userId });
|
||||
|
|
@ -34,6 +35,8 @@ Template.userAvatar.helpers({
|
|||
return 'active';
|
||||
else return 'idle';
|
||||
},
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
Template.userAvatarInitials.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue