Buffs/conditions now have a delete button on the list on Stats
This commit is contained in:
@@ -8,4 +8,8 @@ Template.conditionView.events({
|
||||
element: event.currentTarget,
|
||||
});
|
||||
},
|
||||
"tap .deleteButton": function(event){
|
||||
event.stopPropagation();
|
||||
Conditions.remove(this.condition._id);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user