Skip to content

Commit

Permalink
Removed ga for master
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Feb 21, 2012
1 parent 7c33f33 commit cf8b499
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
</div>
<script src='engine.js'></script>
<script src='game.js'></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2011791-35']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http:https://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</body>
</html>

Expand Down

0 comments on commit cf8b499

Please sign in to comment.