Skip to content

Commit 7db1545

Browse files
authored
fix matomo ids
1 parent ab6c24d commit 7db1545

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const domains = {
66
}
77

88
const domainsSecondaryTracker = {
9-
'remix-alpha.ethereum.org': 12,
10-
'remix-beta.ethereum.org': 10,
11-
'remix.ethereum.org': 8,
12-
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 20 // remix desktop
9+
'remix-alpha.ethereum.org': 27,
10+
'remix-beta.ethereum.org': 25,
11+
'remix.ethereum.org': 23,
12+
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
1313
}
1414

1515
if (domains[window.location.hostname]) {

0 commit comments

Comments
 (0)