Added ability to add/remove basic conditions
Conditions are those listed in ./lib/methods/conditions.js
This commit is contained in:
@@ -3,3 +3,10 @@ Template.buffDialog.helpers({
|
||||
return Buffs.findOne(this.buffId);
|
||||
},
|
||||
});
|
||||
|
||||
Template.buffDialog.events({
|
||||
"click #deleteButton": function(event, instance){
|
||||
Buffs.remove(instance.data.buffId);
|
||||
popDialogStack();
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user