Prettified all remaining detail boxes to be view -> edit
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Template.stats.events({
|
||||
"tap .statCard": function(event, instance){
|
||||
//TODO reimplement this when the dialog is nice
|
||||
return;
|
||||
if(this.isSkill){
|
||||
var charId = instance.data._id;
|
||||
GlobalUI.setDetail({
|
||||
@@ -10,6 +12,8 @@ Template.stats.events({
|
||||
}
|
||||
},
|
||||
"tap .skillRow": function(event, instance){
|
||||
//TODO reimplement this when the dialog is nice
|
||||
return;
|
||||
var skill = this.skill;
|
||||
var charId = instance.data._id;
|
||||
GlobalUI.setDetail({
|
||||
|
||||
Reference in New Issue
Block a user