Skip to content

Commit fd23227

Browse files
committed
Remove ga function
Maybe try goat counter instead? Or nothing
1 parent 1abe9c0 commit fd23227

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: index.html

-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
<link href="micro_files/micro.css" rel="stylesheet">
2323

2424
<script>
25-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
26-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
27-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
28-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
29-
30-
ga('create', 'UA-66418971-2', 'auto');
31-
ga('send', 'pageview');
32-
3325
function selectText(elem) {
3426
if (document.selection) {
3527
var range = document.body.createTextRange();

0 commit comments

Comments
 (0)