a new 'base app' which gon get deployed on prem

This commit is contained in:
user
2026-03-28 11:31:16 +02:00
parent c7c303a934
commit 94af2a2065
17 changed files with 2525 additions and 322 deletions

View File

@@ -163,9 +163,9 @@
`;
function injectCSS(doc) {
if (doc.querySelector("#maitm-hide-css")) return;
if (doc.querySelector("#iotam-hide-css")) return;
const style = doc.createElement("style");
style.id = "maitm-hide-css";
style.id = "iotam-hide-css";
style.textContent = HIDE_CSS;
doc.head.appendChild(style);
}