Skip to content

Commit 92b5d1b

Browse files
authored
Removed GA analytics
1 parent 4170938 commit 92b5d1b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

www/index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@
1515
<script src="/socket.io/socket.io.js"></script>
1616
<script src="script.js"></script>
1717
<title>Talk - A free video call app for the web</title>
18-
<!-- Global site tag (gtag.js) - Google Analytics -->
19-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19124340-30"></script>
20-
<script>
21-
window.dataLayer = window.dataLayer || [];
22-
23-
function gtag() {
24-
dataLayer.push(arguments);
25-
}
26-
gtag('js', new Date());
27-
28-
gtag('config', 'UA-19124340-30');
29-
30-
</script>
3118
</head>
3219

3320
<body onload="init()">

0 commit comments

Comments
 (0)