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 @@ -15,11 +15,10 @@ if (domains[window.location.hostname]) {
1515 var u = "https://matomo.ethereum.org/" ;
1616 _paq . push ( [ 'setTrackerUrl' , u + 'matomo.php' ] )
1717 _paq . push ( [ 'setSiteId' , domains [ window . location . hostname ] ] )
18- if ( window . location . hostname === 'remix-beta.ethereum.org' ) {
18+ // Send all of the Remix live tracking data to the secondary Matomo server
19+ if ( window . location . hostname === 'remix.ethereum.org' ) {
1920 var secondaryTracker = 'https://remix-ethereum.matomo.cloud/matomo.php' ;
2021 var secondaryWebsiteId = 1 ;
21-
22- // Send all of the tracking data to the secondary Matomo server
2322 _paq . push ( [ 'addTracker' , secondaryTracker , secondaryWebsiteId ] ) ;
2423 }
2524 var d = document , g = d . createElement ( 'script' ) , s = d . getElementsByTagName ( 'script' ) [ 0 ]
You can’t perform that action at this time.
0 commit comments