Included Google Analytics

This commit is contained in:
rehrar 2017-09-21 10:44:46 -06:00
parent 7ffe5fb0fb
commit d1833079ff
No known key found for this signature in database
GPG key ID: 9B252A4EF355CC8D

View file

@ -57,5 +57,17 @@
<!-- JS --> <!-- JS -->
<script src="//static.getmonero.org/scripts.js"></script> <script src="//static.getmonero.org/scripts.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53312765-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
{% include hostflag.html %} {% include hostflag.html %}