From 2abd6f2c6e951cc0352f218f76f4812c3ce6d51f Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Fri, 31 Aug 2007 12:18:03 +0000 Subject: [PATCH] --- cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } }