remove google analytics

This commit is contained in:
Son NK 2019-12-16 18:00:50 +02:00
parent c3b716f644
commit 03ce470cea
1 changed files with 0 additions and 14 deletions

View File

@ -63,20 +63,6 @@
<link rel="stylesheet" type="text/css" href="/static/style.css?v={{ VERSION }}">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145852331-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-145852331-2');
</script>
<script>
toastr.options.closeButton = true;
</script>