Skip to content

Commit 04a4396

Browse files
committed
Remove Matomo tracking code
1 parent b5a7846 commit 04a4396

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

public/index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@
2020
Learn how to configure a non-root public URL by running `npm run build`.
2121
-->
2222
<title>Weavly</title>
23-
24-
<!-- Matomo -->
25-
<script>
26-
var _paq = window._paq = window._paq || [];
27-
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
28-
_paq.push(['disableBrowserFeatureDetection']);
29-
_paq.push(['trackPageView']);
30-
(function() {
31-
var u="https://analytics.inclusivedesign.ca/";
32-
_paq.push(['setTrackerUrl', u+'matomo.php']);
33-
_paq.push(['setSiteId', '24']);
34-
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
35-
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
36-
})();
37-
</script>
38-
<!-- End Matomo Code -->
39-
4023
</head>
4124
<body>
4225
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)