Skip to content

Commit abbad13

Browse files
committed
Merge pull request hojberg#11 from hojberg/gajs
added google analytics
2 parents 8e7084d + 1cdfe69 commit abbad13

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

public/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,18 @@ <h2>Arrow configuration</h2>
7979
new CSSArrowPlease.App().render();
8080
});
8181
</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>
8295
</body>
8396
</html>

0 commit comments

Comments
 (0)