pull/3350/head
lianahus 2 years ago
parent 95530611b9
commit ea03651bb2
  1. 4
      apps/remix-ide/src/assets/js/loader.js

@ -13,8 +13,8 @@ if (domains[window.location.hostname]) {
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer']);
if (!(window.localStorage.getItem('config-v0.8:.remix.config')) ||
((window.localStorage.getItem('config-v0.8:.remix.config')) && !(window.localStorage.getItem('config-v0.8:.remix.config')).includes('settings/matomo-analytics'))) {
if (!window.localStorage.getItem('config-v0.8:.remix.config') ||
(window.localStorage.getItem('config-v0.8:.remix.config') && !window.localStorage.getItem('config-v0.8:.remix.config').includes('settings/matomo-analytics'))) {
_paq.push(['optUserOut'])
}
(function () {

Loading…
Cancel
Save