mirror of https://github.com/vector-im/riot-web
GA bugfix
parent
f2171c11f0
commit
ad434cb82e
|
@ -58,6 +58,9 @@
|
||||||
ga('create', 'UA-54779209-2', 'auto');
|
ga('create', 'UA-54779209-2', 'auto');
|
||||||
ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash);
|
ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
var ga = null;
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue