File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
apps/remix-ide/src/assets/js Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments