Preliminary additions
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Template.stats.helpers({
|
||||
buffs: function() {
|
||||
return Buffs.find({charId: this._id}, {sort: {name: 1}});
|
||||
}
|
||||
})
|
||||
|
||||
Template.stats.events({
|
||||
"click .stat-card": function(event, instance){
|
||||
var charId = instance.data._id;
|
||||
|
||||
Reference in New Issue
Block a user