Skip to content

Commit 3257e86

Browse files
authored
Merge pull request #6212 from ethereum/yann300-patch-65
Update loader.js (fix matomo)
2 parents 9acc0fa + 7500c7f commit 3257e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/assets/js/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ function trackDomain(domainToTrack, u, paqName) {
2929
_paq.push(['requireCookieConsent']);
3030
_paq.push(['trackEvent', 'loader', 'load']);
3131
(function () {
32-
_paq.push(['setTrackerUrl', u + 'matomo.php?debug=1']);
32+
_paq.push(['setTrackerUrl', u + 'matomo.php']);
3333
_paq.push(['setSiteId', domainToTrack]);
3434

3535
if (domainToTrack) {
36-
const secondaryTrackerUrl = 'https://ethereumfoundation.matomo.cloud/'
36+
const secondaryTrackerUrl = 'https://ethereumfoundation.matomo.cloud/matomo.php'
3737
const secondaryWebsiteId = domainToTrack
3838
_paq.push(['addTracker', secondaryTrackerUrl, secondaryWebsiteId])
3939
}

0 commit comments

Comments
 (0)