mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Merge branch 'feature/link-to-shortcuts' of https://github.com/AlexanderS/wekan into AlexanderS-feature/link-to-shortcuts
This commit is contained in:
commit
01137b48e3
4 changed files with 37 additions and 10 deletions
|
|
@ -94,6 +94,9 @@ BlazeComponent.extendComponent({
|
|||
'click .js-hide-sidebar': this.hide,
|
||||
'click .js-toggle-sidebar': this.toggle,
|
||||
'click .js-back-home': this.setView,
|
||||
'click .js-shortcuts'() {
|
||||
FlowRouter.go('shortcuts');
|
||||
},
|
||||
}];
|
||||
},
|
||||
}).register('sidebar');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue