We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b504 commit a6428b0Copy full SHA for a6428b0
1 file changed
index.html
@@ -21,18 +21,5 @@
21
<script src="js/starfield.js"></script>
22
<script src="js/spaceinvaders.js"></script>
23
<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>
37
</body>
38
</html>
0 commit comments