mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 01:28:49 +01:00
Remove delete option from board hamburger menu
This commit is contained in:
parent
1f17cee39b
commit
8f364281d2
4 changed files with 5 additions and 9 deletions
|
|
@ -29,7 +29,7 @@ BlazeComponent.extendComponent({
|
|||
board.restore();
|
||||
Utils.goBoardId(board._id);
|
||||
},
|
||||
'click .js-delete': Popup.afterConfirm('cardDelete', function() {
|
||||
'click .js-delete-board': Popup.afterConfirm('boardDelete', function() {
|
||||
Popup.close();
|
||||
const isSandstorm = Meteor.settings && Meteor.settings.public &&
|
||||
Meteor.settings.public.sandstorm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue