Skip to content

Commit 61b679d

Browse files
authored
Merge pull request #6213 from ethereum/yann300-patch-64
Update loader.js
2 parents 3257e86 + 480b4cb commit 61b679d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function trackDomain(domainToTrack, u, paqName) {
3030
_paq.push(['trackEvent', 'loader', 'load']);
3131
(function () {
3232
_paq.push(['setTrackerUrl', u + 'matomo.php']);
33-
_paq.push(['setSiteId', domainToTrack]);
33+
_paq.push(['setSiteId', domainOnPremToTrack]);
3434

3535
if (domainToTrack) {
3636
const secondaryTrackerUrl = 'https://ethereumfoundation.matomo.cloud/matomo.php'

0 commit comments

Comments
 (0)