Skip to content

Commit 37501b3

Browse files
committed
Google analytics.
1 parent ebc7f15 commit 37501b3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,18 @@ <h2>Source code and license</h2>
146146
which is an open source license.
147147
</div>
148148
</div>
149+
150+
<script type="text/javascript">
151+
var _gaq = _gaq || [];
152+
_gaq.push(['_setAccount', 'UA-37692385-4']);
153+
_gaq.push(['_trackPageview']);
154+
155+
(function() {
156+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
157+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
158+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
159+
})();
160+
</script>
149161
</div>
150162
</body>
151163
</html>

0 commit comments

Comments
 (0)