changes to the procvessing and to the mod 1 screening

This commit is contained in:
2026-08-25 22:48:25 +02:00
parent afb617906a
commit 6cf8f435f5
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -49,6 +49,8 @@ services:
INSTANCE_BASE_DIR: /opt/Invario_Website
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/Inventarsystem:/opt/Inventarsystem
- /opt/Inventarsystem/triggers:/app/triggers
ports:
- "127.0.0.1:4999:4999"
mem_limit: 256m
+1 -1
View File
@@ -627,7 +627,7 @@ document.addEventListener('DOMContentLoaded', function () {
if (initial) initial.click();
} else {
// Standardmäßig Modul 2 (Bibliothek) öffnen, wenn kein Hash vorliegt
var defaultTab = document.querySelector('.module-nav li[data-module="mod2"]');
var defaultTab = document.querySelector('.module-nav li[data-module="mod1"]');
if (defaultTab) defaultTab.click();
}
});