Added New Character Dialog

This commit is contained in:
Thaum
2015-03-30 13:53:33 +00:00
parent 631ef668b7
commit 51d697b894
8 changed files with 128 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ Template.characterList.events({
Router.go("characterSheet", {_id: this._id});
},
"tap .addCharacter": function (event, template) {
Characters.insert({owner: Meteor.userId()});
GlobalUI.showDialog({heading: "New Character", template: "newCharacterDialog"});
},
});