Skip to content

Commit ad31d3d

Browse files
committed
google analytics added
1 parent ca3a86f commit ad31d3d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

inst/www/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121

2222
<!-- javascript libraries -->
2323

24+
<script>
25+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
26+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
27+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
28+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
29+
30+
ga('create', 'UA-69834318-1', 'auto');
31+
ga('send', 'pageview');
32+
33+
</script>
34+
2435
<script src="bootstrap/js/bootstrap.js"> </script>
2536
<script src="jqueryui/jquery-ui-1.10.3.custom.js"> </script>
2637
<script src="js/leaflet.js"></script>

0 commit comments

Comments
 (0)