We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d6bc5 commit 85d233dCopy full SHA for 85d233d
index.html
@@ -90,5 +90,17 @@ <h1>{{smallBlind}} / {{bigBlind}}</h1>
90
<script type="text/javascript">
91
$(document).foundation();
92
</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>
105
</body>
106
</html>
0 commit comments