Skip to content

Commit b323efe

Browse files
authored
Merge pull request #3042 from codeeu/dev
Dev
2 parents f30c27b + 866bc65 commit b323efe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- Analytics - only runs if user accepts statistics cookies -->
22

33
<!-- Matomo -->
4-
<script type="text/plain" data-cookieconsent="statistics">
5-
var _paq = window._paq || [];
4+
<script>
5+
var _paq = window._paq = window._paq || [];
66
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
77
_paq.push(['trackPageView']);
88
_paq.push(['enableLinkTracking']);
99
(function() {
10-
var u="//www.cnect-stats.com/";
10+
var u="https://cnect-stats.com/";
1111
_paq.push(['setTrackerUrl', u+'matomo.php']);
1212
_paq.push(['setSiteId', '2']);
1313
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
14-
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
14+
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
1515
})();
1616
</script>
17-
<!-- End Matomo Code -->
17+
<!-- End Matomo Code -->

0 commit comments

Comments
 (0)