Fixed persona back button
This commit is contained in:
@@ -22,6 +22,9 @@ Template.personaDetailsDialog.helpers({
|
|||||||
});
|
});
|
||||||
|
|
||||||
Template.personaDetailsDialog.events({
|
Template.personaDetailsDialog.events({
|
||||||
|
"tap #backButton": function(){
|
||||||
|
GlobalUI.closeDetail()
|
||||||
|
},
|
||||||
"change #nameInput": function(event){
|
"change #nameInput": function(event){
|
||||||
var input = event.currentTarget.value;
|
var input = event.currentTarget.value;
|
||||||
Characters.update( this.charId, {$set: {name: input}} );
|
Characters.update( this.charId, {$set: {name: input}} );
|
||||||
|
|||||||
Reference in New Issue
Block a user