Skip to content

Commit 85d233d

Browse files
committed
Add analytics
1 parent 34d6bc5 commit 85d233d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

+12
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,17 @@ <h1>{{smallBlind}} / {{bigBlind}}</h1>
9090
<script type="text/javascript">
9191
$(document).foundation();
9292
</script>
93+
<script type="text/javascript">
94+
var _gaq = _gaq || [];
95+
_gaq.push(['_setAccount', 'UA-39230265-1']);
96+
_gaq.push(['_trackPageview']);
97+
98+
(function() {
99+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
100+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +
101+
'.google-analytics.com/ga.js';
102+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
103+
})();
104+
</script>
93105
</body>
94106
</html>

0 commit comments

Comments
 (0)