diff --git a/content/student/studentoverlay.js.php b/content/student/studentoverlay.js.php index 86a56c916..d2030f493 100644 --- a/content/student/studentoverlay.js.php +++ b/content/student/studentoverlay.js.php @@ -5198,7 +5198,7 @@ function StudentPruefungTypChange() { var typ = document.getElementById('student-pruefung-menulist-typ').value; var hinweisid = document.getElementById('student-pruefung-textbox-datum-hinweis'); - //if(hinweisid === NULL) return; + if(hinweisid === null) return; hinweisid.hidden = (typ != 'kommPruef' && typ != 'zusKommPruef'); } diff --git a/content/student/studentpruefungoverlay.xul.php b/content/student/studentpruefungoverlay.xul.php index 0e2148a43..e325ee284 100644 --- a/content/student/studentpruefungoverlay.xul.php +++ b/content/student/studentpruefungoverlay.xul.php @@ -258,15 +258,12 @@ echo ''; -