Skip to content

Commit 5dd968b

Browse files
LianaHusAniket-Engg
authored andcommitted
cleanup
1 parent fdb4194 commit 5dd968b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/remix-ide/src/assets/js/loader.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ if (domains[window.location.hostname]) {
1313
_paq.push(['trackPageView']);
1414
_paq.push(['enableLinkTracking']);
1515
_paq.push(['enableHeartBeatTimer']);
16-
17-
if (!(window.localStorage.getItem('config-v0.8:.remix.config')) ||
18-
((window.localStorage.getItem('config-v0.8:.remix.config')) && !(window.localStorage.getItem('config-v0.8:.remix.config')).includes('settings/matomo-analytics'))) {
16+
if (!window.localStorage.getItem('config-v0.8:.remix.config') ||
17+
(window.localStorage.getItem('config-v0.8:.remix.config') && !window.localStorage.getItem('config-v0.8:.remix.config').includes('settings/matomo-analytics'))) {
1918
_paq.push(['optUserOut'])
2019
}
2120

0 commit comments

Comments
 (0)