Skip to content

Commit 55136c5

Browse files
committed
Remove google analytics
1 parent cf0a9c3 commit 55136c5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

public/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@ <h2>Arrow configuration</h2>
8989
<script src='js/cssarrowplease.js'></script>
9090

9191
<script>
92-
// gajs
93-
var _gaq = _gaq || [];
94-
_gaq.push(['_setAccount', 'UA-30519406-1']);
95-
_gaq.push(['_trackPageview']);
96-
(function() {
97-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
98-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
99-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
100-
})();
101-
10292
// twitter
10393
window.twttr = (function (d, s, id) {
10494
var t, js, fjs = d.getElementsByTagName(s)[0];

0 commit comments

Comments
 (0)