Skip to content

Commit c4fd684

Browse files
yann300Aniket-Engg
authored andcommitted
Update loader.js
1 parent 6c7f5ae commit c4fd684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ function trackDomain(domainToTrack, u, paqName) {
3232
_paq.push(['setTrackerUrl', u + 'matomo.php']);
3333
_paq.push(['setSiteId', domainToTrack]);
3434

35+
/* unplug from the EF matomo instance
3536
if (cloudDomainToTrack) {
3637
const secondaryTrackerUrl = 'https://ethereumfoundation.matomo.cloud/matomo.php'
3738
const secondaryWebsiteId = cloudDomainToTrack
3839
_paq.push(['addTracker', secondaryTrackerUrl, secondaryWebsiteId])
3940
}
41+
*/
4042

4143
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
4244
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);

0 commit comments

Comments
 (0)