mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
FASO
- Bei Lehrveranstaltungsuebersicht werden nun FBK angezeigt - Neu Anlegen der LE funktioniert nun wieder - Anpassungen beim Prestudent-Modul
This commit is contained in:
@@ -10,7 +10,15 @@ function closeWindow()
|
||||
|
||||
function onLoad()
|
||||
{
|
||||
initLektorTree();
|
||||
try
|
||||
{
|
||||
initLektorTree();
|
||||
//Studenten Tab beim starten markieren
|
||||
document.getElementById('tabbox-main').selectedIndex="1";
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
function loadRightFrame()
|
||||
|
||||
Reference in New Issue
Block a user