dont show list options

This commit is contained in:
Ryan Helsing 2017-03-18 15:27:24 -04:00
parent 383daf6f64
commit cf85c9c6cd
2 changed files with 11 additions and 11 deletions

View file

@ -323,7 +323,6 @@ Template.changePermissionsPopup.events({
const memberId = this.userId;
const isAdmin = $(event.currentTarget).hasClass('js-set-admin');
const isCommentOnly = $(event.currentTarget).hasClass('js-set-comment-only');
console.log(isCommentOnly)
currentBoard.setMemberPermission(memberId, isAdmin, isCommentOnly);
Popup.back(1);
},