We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a96b6 commit 1cdfe69Copy full SHA for 1cdfe69
public/index.html
@@ -79,5 +79,18 @@ <h2>Arrow configuration</h2>
79
new CSSArrowPlease.App().render();
80
});
81
</script>
82
+
83
+ <script>
84
+ var _gaq = _gaq || [];
85
+ _gaq.push(['_setAccount', 'UA-30519406-1']);
86
+ _gaq.push(['_trackPageview']);
87
88
+ (function() {
89
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
90
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
91
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
92
+ })();
93
94
+ </script>
95
</body>
96
</html>
0 commit comments