fix creation/auth process
This commit is contained in:
@@ -5,7 +5,9 @@ apx.simplemobnav.loadwco = (id, ctx) => {
|
||||
const tpldataname = `${apx.data.pagename}_${id}_simplemobnav`;
|
||||
const simplemobnavid = document.getElementById(id)
|
||||
console.log("load simplemobnav with tpldataname:", tpldataname, " id:", id, " ctx:", ctx);
|
||||
|
||||
// check if authenticate if yes then show myworld instead of signin
|
||||
//console.log("ggggggggggggg",apx.data.headers.xalias)
|
||||
//if (apx.data.headers.xalias!="anonymous") ctx.link="myworld";
|
||||
let initmenu;
|
||||
if (simplemobnavid.innerHTML.trim() === "") {
|
||||
// Get 1st menu matching the first profil in profilmenu
|
||||
|
Reference in New Issue
Block a user