Skip to content

Commit 516f4cf

Browse files
committed
enable matomo for live
1 parent 4ed4cd7 commit 516f4cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/remix-ide/src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
370370
// Ask to opt in to Matomo for remix, remix-alpha and remix-beta
371371
const matomoDomains = {
372372
'remix-alpha.ethereum.org': 27,
373-
'remix-beta.ethereum.org': 25
374-
// 'remix.ethereum.org': 23
373+
'remix-beta.ethereum.org': 25,
374+
'remix.ethereum.org': 23
375375
}
376376
if (matomoDomains[window.location.hostname] && !registry.get('config').api.exists('settings/matomo-analytics')) {
377377
modalDialog(

apps/remix-ide/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<script type="text/javascript">
3737
const domains = {
3838
'remix-alpha.ethereum.org': 27,
39-
'remix-beta.ethereum.org': 25
40-
// 'remix.ethereum.org': 23
39+
'remix-beta.ethereum.org': 25,
40+
'remix.ethereum.org': 23
4141
}
4242
if (domains[window.location.hostname]) {
4343
var _paq = window._paq = window._paq || []

0 commit comments

Comments
 (0)