This commit is contained in:
naielv
2025-08-13 21:33:13 +02:00
parent 8316377344
commit 7c7cec6ac8
2 changed files with 5 additions and 0 deletions

View File

@@ -1001,10 +1001,14 @@ function BuildQR(mid) {
const PAGES = {};
function SetPages() {
document.getElementById("appendApps2").innerHTML = ""
Object.keys(PAGES).forEach((key) => {
if (PAGES[key].Esconder == true) {
return;
}
if (typeof PAGES[key].HasAccess == "function" & PAGES[key].HasAccess() == False) {
return;
}
var a = document.createElement("a");
var img = document.createElement("img")
var label = document.createElement("div")