Remove delete option from board hamburger menu

This commit is contained in:
RJevnikar 2018-06-06 20:05:44 +00:00
parent 1f17cee39b
commit 8f364281d2
4 changed files with 5 additions and 9 deletions

View file

@ -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;