changes to the procvessing and to the mod 1 screening
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user