Started implementing sharing support
This commit is contained in:
@@ -33,4 +33,11 @@ Template.characterSheet.events({
|
||||
template: "deleteCharacterConfirmation",
|
||||
});
|
||||
},
|
||||
"tap #shareCharacter": function(event, instance){
|
||||
GlobalUI.showDialog({
|
||||
heading: "Share " + this.name,
|
||||
data: this,
|
||||
template: "shareDialog",
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user