mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
dropdown items
This commit is contained in:
parent
caad952bc1
commit
3753337d60
10 changed files with 211 additions and 70 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Template.boardMenuPopup.events({
|
||||
'click .js-rename-board': Popup.open('boardChangeTitle'),
|
||||
'click .js-configure-custom-fields'() {
|
||||
'click .js-custom-fields'() {
|
||||
Sidebar.setView('customFields');
|
||||
Popup.close();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue