Skip to content

Commit 77765b8

Browse files
committed
fix: remove Google Analytics from web app
1 parent 0b8264e commit 77765b8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
<link rel="stylesheet" href="css/tui-chart.min.css" media="screen">
99
<link rel="stylesheet" href="css/main.css" media="screen">
1010
<link type="text/css" rel="stylesheet" href="https://statsim.com/assets/common.css" media="screen"/>
11-
<!-- Global site tag (gtag.js) - Google Analytics -->
12-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7770107-2"></script>
13-
<script>
14-
window.dataLayer = window.dataLayer || [];
15-
function gtag(){dataLayer.push(arguments);}
16-
gtag('js', new Date());
17-
gtag('config', 'UA-7770107-2');
18-
</script>
1911
</head>
2012
<body>
2113

0 commit comments

Comments
 (0)