Skip to content

Commit 91302a0

Browse files
changed references matomo to piwik
1 parent a428b38 commit 91302a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/components/MatomoTracking/MatomoTracking.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ export default function MatomoTracking(): JSX.Element | null {
2121

2222
(function() {
2323
var u="//webstats.oicr.on.ca/piwik/";
24-
_paq.push(['setTrackerUrl', u+'matomo.php']);
24+
_paq.push(['setTrackerUrl', u+'piwik.php']);
2525
_paq.push(['setSiteId', '76']);
2626
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
27-
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
27+
g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
2828
})();
2929

3030
}, []);

0 commit comments

Comments
 (0)