Skip to content

Commit

Permalink
remove ga
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Dec 12, 2015
1 parent 7fbdfb4 commit 0895be5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Expand Up @@ -91,16 +91,5 @@ <h2>Stack</h2>

<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

<script>
var _gaq = [['_setAccount', 'UA-15240703-1'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>

</body>
</html>

0 comments on commit 0895be5

Please sign in to comment.