Got a Javascript issue with latest mistserver and also Alpine minimal image.
Seems like a typo, but it's falling over the 6= ? Seems rather strange.
I use Traefik in front of the server, but that shouldn't affecting the code.
UI.showTab = function(){
б═var r = oldTab.apply(this,arguments);
б═if ((!navigator.doNotTrack) && (mist.user.loggedin)) {
б═ б═UI.elements.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/"+arguments[0])+"&dh=MI."+(mist.data.LTS ? "Pro" : "OS")).css({width:"1px",height:"1px","min-width":"1px",opacity:0.1,position:"absolute",left:"-1000px"})
б═ б═);
б═}
б═return r;
};
