diff --git a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php index ba7e3774e..e95267f13 100644 --- a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php +++ b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php @@ -120,10 +120,10 @@ require_once('../../../../include/zeugnisnote.class.php'); notenstatus.innerHTML = ""; } else - { - alert(resp); - document.getElementById(uid).note.value=""; - } + { + alert(resp); + document.getElementById(uid).note.value=""; + } } else alert("Request status:" + anfrage.status); } }