Fixed menu for mobile screens [skip ci]

This commit is contained in:
James Cole
2015-05-25 07:53:13 +02:00
parent fb2481ebaa
commit dfa6bdbcb8
2 changed files with 19 additions and 2 deletions

View File

@@ -170,7 +170,7 @@
// send an event if relevant:
{% if Session.has('gaEventCategory') and Session.has('gaEventAction') %}
ga('send', 'event', '{{Session.get('gaEventCategory')}}', '{{Session.get('gaEventAction')}}');
ga('send', 'event', '{{Session.get('gaEventCategory')}}', '{{Session.get('gaEventAction')}}');
{% endif %}
</script>