Fixed layout on chrome 49+, made character names into links

This commit is contained in:
Stefan Zermatten
2016-02-01 09:34:22 +02:00
parent e6a9911dfc
commit ce224301b2
6 changed files with 28 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ Template.characterSideList.helpers({
Template.characterSideList.events({
"tap .singleLineItem": function(event, instance) {
Router.go("characterSheet", {_id: this._id});
//Router.go("characterSheet", {_id: this._id});
$("core-drawer-panel").get(0).closeDrawer();
},
"tap core-item": function() {