changes to the procvessing and to the mod 1 screening
This commit is contained in:
@@ -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