Skip to content

Commit 47e6129

Browse files
author
Michael Ciarlo
committed
Adding analytics
1 parent 7153d36 commit 47e6129

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,19 @@ <h3>
3333
<script src="js/main.js"></script>
3434
<script src="js/jsonlint/jsl.format.js"></script>
3535
<script src="js/jsonlint/jsl.parser.js"></script>
36+
37+
<script type="text/javascript">
38+
39+
var _gaq = _gaq || [];
40+
_gaq.push(['_setAccount', 'UA-2118091-14']);
41+
_gaq.push(['_trackPageview']);
42+
43+
(function() {
44+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
45+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
46+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
47+
})();
48+
49+
</script>
3650
</body>
3751
</html>

0 commit comments

Comments
 (0)