Skip to content

Commit 28e315d

Browse files
authored
Merge pull request #6204 from ethereum/yann300-patch-63
Update loader.js
2 parents e7ca0f3 + e8cce68 commit 28e315d

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
@@ -66,7 +66,7 @@ if (window.electronAPI) {
6666
}
6767
}
6868
if (domainOnPremToTrack) {
69-
trackDomain(domainOnPremToTrack, 'http://178.156.150.253/matomo/', '_paq2')
69+
trackDomain(domainOnPremToTrack, 'https://matomo.remix.live/matomo/', '_paq2')
7070
}
7171
}
7272
function isElectron() {

0 commit comments

Comments
 (0)