mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Use utility function instead of Session.get
This commit is contained in:
parent
eb3377deb8
commit
52a02409f0
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ BlazeComponent.extendComponent({
|
|||
ReactiveCache.getCurrentUser().toggleBoardStar(Session.get('currentBoard'));
|
||||
},
|
||||
'click .js-auto-width-board'() {
|
||||
ReactiveCache.getCurrentUser().toggleAutoWidth(Session.get('currentBoard'));
|
||||
ReactiveCache.getCurrentUser().toggleAutoWidth(Utils.getCurrentBoardId());
|
||||
},
|
||||
'click .js-open-board-menu': Popup.open('boardMenu'),
|
||||
'click .js-change-visibility': Popup.open('boardChangeVisibility'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue