|
|
@ -130,7 +130,7 @@ class AppComponent { |
|
|
|
'remix.ethereum.org': 23, |
|
|
|
'remix.ethereum.org': 23, |
|
|
|
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
|
|
|
|
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
|
|
|
|
} |
|
|
|
} |
|
|
|
this.showMatamo = true//matomoDomains[window.location.hostname] && !Registry.getInstance().get('config').api.exists('settings/matomo-analytics')
|
|
|
|
this.showMatamo = matomoDomains[window.location.hostname] && !Registry.getInstance().get('config').api.exists('settings/matomo-analytics') |
|
|
|
this.showEnter = !localStorage.getItem('hadUsageTypeAsked') |
|
|
|
this.showEnter = !localStorage.getItem('hadUsageTypeAsked') |
|
|
|
|
|
|
|
|
|
|
|
console.log("show ", this.showMatamo, " ", this.showEnter) |
|
|
|
console.log("show ", this.showMatamo, " ", this.showEnter) |
|
|
|