Remove excess space

This commit is contained in:
Ray Schamp 2015-05-15 09:56:15 -04:00
parent 7a9721f466
commit 38c584cb00

View file

@ -414,8 +414,6 @@ $(window).on('hashchange', function(e) {
showPage(path);
});
$(document).on("page:show", function(e, page){
ga("send", "pageview", '#' + page);
ga("set", "referrer", document.location.origin + document.location.pathname + document.location.hash)