We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30e548 commit c622e41Copy full SHA for c622e41
index.html
@@ -330,5 +330,16 @@ <h2>
330
</footer>
331
</div>
332
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
333
+ <script type="text/javascript">
334
+ var _gaq = _gaq || [];
335
+ _gaq.push(['_setAccount', 'UA-44935629-1']);
336
+ _gaq.push(['_trackPageview']);
337
+
338
+ (function() {
339
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
340
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
341
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
342
+ })();
343
+ </script>
344
</body>
345
</html>
0 commit comments