Notizen zu Lehreinheiten

This commit is contained in:
Andreas Österreicher
2014-06-23 11:20:36 +00:00
parent 0af26fbc92
commit c1386ee268
27 changed files with 419 additions and 114 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ function onLoad()
//Notizen des Users laden
notiz = document.getElementById('box-notizen');
notiz.LoadNotizTree('','','','','','','', getUsername());
notiz.LoadNotizTree('','','','','','','', getUsername(),'');
}
catch(e)
{
@@ -88,4 +88,4 @@ function loadURL(event)
var url = event.target.getAttribute('value');
if (url) contentFrame.setAttribute('src', url);
}
}