mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-08 12:11:07 +01:00
GA bugfix
This commit is contained in:
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…
x
Reference in New Issue
Block a user