GA bugfix

pull/653/head
Matthew Hodgson 2016-01-13 17:33:06 +00:00
parent f2171c11f0
commit ad434cb82e
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@
ga('create', 'UA-54779209-2', 'auto');
ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash);
}
else {
var ga = null;
}
</script>
</body>
</html>