mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
code clean up
This commit is contained in:
parent
75f15f1be2
commit
dcd4a2f1e3
1 changed files with 0 additions and 11 deletions
|
@ -203,17 +203,6 @@ Template.checklistDeleteDialog.onDestroyed(() => {
|
|||
$cardDetails.animate( { scrollTop: this.scrollState.position });
|
||||
});
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
events() {
|
||||
const handlers = {
|
||||
'click .confirm-checklist-delete'() {
|
||||
console.log(this.scrollState)
|
||||
},
|
||||
}
|
||||
|
||||
return [ handlers ];
|
||||
}
|
||||
}).register('checklistDeleteDialog');
|
||||
Template.itemDetail.helpers({
|
||||
canModifyCard() {
|
||||
return Meteor.user() && Meteor.user().isBoardMember() && !Meteor.user().isCommentOnly();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue