Added patreon and github links to drawer
This commit is contained in:
@@ -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");
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user