Identity dialog now opens as expected

This commit is contained in:
Stefan Zermatten
2015-04-29 08:13:09 +02:00
parent 56957e0ef0
commit 57159d6cfe

View File

@@ -16,6 +16,7 @@ Template.persona.helpers({
char.field = "details";
char.title = char.name;
char.color = "d";
char.topClass = "characterField";
return char;
},
characterField: function(field, title){
@@ -56,7 +57,7 @@ Template.persona.events({
GlobalUI.setDetail({
template: "personaDetailsDialog",
data: this,
heroId: this._id + "details",
heroId: this._id + this.field,
});
}
}