File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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 || [ ]
You can’t perform that action at this time.
0 commit comments