This commit is contained in:
Matthew Hodgson 2016-01-12 01:23:39 +00:00
parent 93c4fc8785
commit fc3f356dc0
2 changed files with 12 additions and 0 deletions

View file

@ -117,6 +117,7 @@ var onNewScreen = function(screen) {
var hash = '#/' + screen;
lastLocationHashSet = hash;
window.location.hash = hash;
if (ga) ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash);
}
}