|
|
@ -1,7 +1,8 @@ |
|
|
|
const domains = { |
|
|
|
const domains = { |
|
|
|
'remix-alpha.ethereum.org': 27, |
|
|
|
'remix-alpha.ethereum.org': 27, |
|
|
|
'remix-beta.ethereum.org': 25, |
|
|
|
'remix-beta.ethereum.org': 25, |
|
|
|
'remix.ethereum.org': 23 |
|
|
|
'remix.ethereum.org': 23, |
|
|
|
|
|
|
|
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
|
|
|
|
} |
|
|
|
} |
|
|
|
if (domains[window.location.hostname]) { |
|
|
|
if (domains[window.location.hostname]) { |
|
|
|
var _paq = window._paq = window._paq || [] |
|
|
|
var _paq = window._paq = window._paq || [] |
|
|
|