Removed loggin

This commit is contained in:
Knut Sveidqvist
2019-11-27 20:15:21 +01:00
parent fe60836a89
commit e9aa037230
2 changed files with 31 additions and 1 deletions

View File

@@ -59,7 +59,6 @@
<script>
window.onhashchange = function(a) {
//code
console.log('send', a);
if(location) {
ga('send', 'pageview', location.hash);
}