Fix matomo URL filename

This commit is contained in:
wiz 2020-10-10 11:55:27 +09:00
parent c8d22dc536
commit 8cd98b42fe
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -45,10 +45,10 @@
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.wiz.biz/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setTrackerUrl', u+'m.php']);
_paq.push(['setSiteId', '5']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
g.type='text/javascript'; g.async=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
})();
}
</script>