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 7153d36 commit 47e6129Copy full SHA for 47e6129
index.html
@@ -33,5 +33,19 @@ <h3>
33
<script src="js/main.js"></script>
34
<script src="js/jsonlint/jsl.format.js"></script>
35
<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>
50
</body>
51
</html>
0 commit comments