remove google analytics tracking from LSP - to be added by MistController
This commit is contained in:
parent
5b0e2886ac
commit
712fec11d5
2 changed files with 1 additions and 9 deletions
|
@ -5865,13 +5865,6 @@ var UI = {
|
|||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
if ((!navigator.doNotTrack) && (mist.user.loggedin)) {
|
||||
///GA tracking; only if connected
|
||||
$main.append(
|
||||
$("<img>").attr("src","https://www.google-analytics.com/collect?v=1&tid=UA-32426932-1&cid="+mist.data.config.iid+"&t=pageview&dp="+encodeURIComponent("/MI/"+tab)+"&dh=MI."+(mist.data.LTS ? "Pro" : "OS")).css({width:"1px",height:"1px","min-width":"1px",opacity:0.1,position:"absolute",left:"-1000px"})
|
||||
);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue