Added patreon and github links to drawer

This commit is contained in:
Stefan Zermatten
2017-04-24 14:56:40 +02:00
parent 7996fa4370
commit d2762ae4ee
3 changed files with 22 additions and 4 deletions

View File

@@ -36,4 +36,10 @@ Template.appDrawer.events({
});
closeDrawer(instance);
},
"click .patreon": function(event, instance){
ga("send", "event", "externalLink", "patreon");
},
"click .github": function(event, instance){
ga("send", "event", "externalLink", "github");
},
});