We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc7f15 commit 37501b3Copy full SHA for 37501b3
1 file changed
index.html
@@ -146,6 +146,18 @@ <h2>Source code and license</h2>
146
which is an open source license.
147
</div>
148
149
+
150
+ <script type="text/javascript">
151
+ var _gaq = _gaq || [];
152
+ _gaq.push(['_setAccount', 'UA-37692385-4']);
153
+ _gaq.push(['_trackPageview']);
154
155
+ (function() {
156
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
157
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
158
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
159
+ })();
160
+ </script>
161
162
</body>
163
</html>
0 commit comments