Skip to content

Commit

Permalink
Merge 939aa09 into 0cbd040
Browse files Browse the repository at this point in the history
  • Loading branch information
megamixcraft committed Jun 28, 2019
2 parents 0cbd040 + 939aa09 commit a24f47c
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 52 deletions.
10 changes: 10 additions & 0 deletions portal/templates/portal/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@

<script src="/static/portal/js/riveted.min.js"></script>
<script>riveted.init();</script>
<script>
function send_event(name_of_file, action){
ga('send', {
hitType: 'event',
eventCategory: 'PDFs',
eventAction: action,
eventLabel: name_of_file
});
}
</script>
{% endblock google_analytics %}
</head>

Expand Down

0 comments on commit a24f47c

Please sign in to comment.