Skip to content

Commit

Permalink
adding GA
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorr committed Mar 12, 2014
1 parent 1887740 commit a4dac4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,15 @@ <h2>Tabs</h2>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25408695-1']);
_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://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>

0 comments on commit a4dac4f

Please sign in to comment.