mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
profile name changed fullname and comma hotfix.
This commit is contained in:
parent
2fb317d753
commit
a79599d76c
5 changed files with 10 additions and 10 deletions
|
|
@ -29,7 +29,7 @@ BlazeComponent.extendComponent({
|
|||
'click .js-star-board': function(evt) {
|
||||
Meteor.user().toggleBoardStar(this._id);
|
||||
evt.preventDefault();
|
||||
},
|
||||
}
|
||||
}];
|
||||
}
|
||||
}).register('boardList');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue