Skip to content

UI not loading as expected (Docker Hub image version 3.9.2 and Latest) #270

@Power2All

Description

@Power2All

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;
};
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions