summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-11-01 11:20:08 +0100
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-11-01 11:20:08 +0100
commit4ecc5bc02e5530a30ceaf5a130daeb09f830454c (patch)
tree7bf471aa25df1445b9ec7b99145fac50954be155
parentcec5bdb7f54ff373c02629bd32a98337ca147e17 (diff)
Remove blank lines in gtag.js
-rw-r--r--public/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index 5426097a..e88cca42 100644
--- a/public/index.html
+++ b/public/index.html
@@ -46,11 +46,8 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84285092-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
-
function gtag() {dataLayer.push(arguments);}
-
gtag('js', new Date());
-
gtag('config', 'UA-84285092-3');
</script>
</head>