Skip to content

Commit a6428b0

Browse files
committed
Removed Analytics
1 parent 948b504 commit a6428b0

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

index.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,5 @@
2121
<script src="js/starfield.js"></script>
2222
<script src="js/spaceinvaders.js"></script>
2323
<script src="js/setup.js"></script>
24-
<script type="text/javascript">
25-
26-
var _gaq = _gaq || [];
27-
_gaq.push(['_setAccount', 'UA-41728580-1']);
28-
_gaq.push(['_trackPageview']);
29-
30-
(function() {
31-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
32-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
33-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
34-
})();
35-
36-
</script>
3724
</body>
3825
</html>

0 commit comments

Comments
 (0)