Fixed old proficiency dialog showing up after it has been depreciated

This commit is contained in:
Stefan Zermatten
2015-04-30 07:42:59 +02:00
parent 6159ce0e88
commit 809a7ca571

View File

@@ -85,19 +85,6 @@ Template.features.events({
var featureId = this._id;
Features.update(featureId, {$set: {used: 0}});
},
"tap #proficiencies": function(event){
var charId = this._id;
GlobalUI.setDetail({
template: "textDialog",
data: {
charId: charId,
field: "proficiencies",
title: "Proficiencies",
color: "q",
},
heroId: this._id + "proficiencies",
});
},
"tap .enabledCheckbox": function(event){
event.stopPropagation();
},