Added QR code and finished page 1

This commit is contained in:
Thaum Rystra
2018-03-03 17:13:36 +02:00
parent 75c8720b04
commit f0cf7f4956
13 changed files with 1423 additions and 110 deletions

View File

@@ -169,7 +169,7 @@ Template.characterSheet.helpers({
return Session.get("isPrinting");
},
printUrl: function(){
return `/character/${this._id}/${this.name || "-"}/print`
return `/character/${this._id}/${this.urlName || "-"}/print`
},
selectedTab: function(){
return getTab(this._id);