File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
apps/remix-ide/src/assets/js Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ if (domains[window.location.hostname]) {
3030 var u = "https://ethereumfoundation.matomo.cloud/" ;
3131 _paq . push ( [ 'setTrackerUrl' , u + 'matomo.php' ] ) ;
3232 _paq . push ( [ 'setSiteId' , domains [ window . location . hostname ] ] ) ;
33- // Send all of the Remix tracking data to the secondary Matomo server (the EF one).
34- var secondaryTracker = 'https://matomo.ethereum.org/matomo.php' ;
35- var secondaryWebsiteId = domainsSecondaryTracker [ window . location . hostname ] ;
36- _paq . push ( [ 'addTracker' , secondaryTracker , secondaryWebsiteId ] ) ;
3733 var d = document , g = d . createElement ( 'script' ) , s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
3834 g . async = true ; g . src = '//cdn.matomo.cloud/ethereumfoundation.matomo.cloud/matomo.js' ; s . parentNode . insertBefore ( g , s ) ;
3935 } ) ( )
You can’t perform that action at this time.
0 commit comments