Skip to content

Commit 3ff727f

Browse files
committed
Remove Google Analytics
See kaitai-io/kaitai_struct_formats@80ac59d
1 parent c87ae4c commit 3ff727f

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

docinfo-footer.html

-10
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,3 @@
33
</div>
44
<script src="js/jquery-1.12.3.min.js"></script>
55
<script src="js/bootstrap.min.js"></script>
6-
7-
<script>
8-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
9-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
10-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
12-
13-
ga('create', 'UA-76299550-1', 'auto');
14-
ga('send', 'pageview');
15-
</script>

docinfo.html

-10
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,3 @@
33
<link rel="stylesheet" href="styles/main.css">
44
<link rel="stylesheet" href="styles/pygments-default.css">
55
<link rel="stylesheet" href="./styles/colony.css">
6-
7-
<!-- Global site tag (gtag.js) - Google Analytics -->
8-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MFSBBRGREL"></script>
9-
<script>
10-
window.dataLayer = window.dataLayer || [];
11-
function gtag(){dataLayer.push(arguments);}
12-
gtag('js', new Date());
13-
14-
gtag('config', 'G-MFSBBRGREL');
15-
</script>

0 commit comments

Comments
 (0)