From 65da21f0fa5a0bba73513e0d838b7f4795f05826 Mon Sep 17 00:00:00 2001 From: Nikolaus Krondraf Date: Tue, 8 Oct 2019 11:44:18 +0200 Subject: [PATCH] =?UTF-8?q?Gr=C3=B6=C3=9Fe=20der=20Akkordeonansicht=20korr?= =?UTF-8?q?igiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/lehre/pruefung/pruefungsanmeldung.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cis/private/lehre/pruefung/pruefungsanmeldung.php b/cis/private/lehre/pruefung/pruefungsanmeldung.php index cd3b49621..f32c508e7 100644 --- a/cis/private/lehre/pruefung/pruefungsanmeldung.php +++ b/cis/private/lehre/pruefung/pruefungsanmeldung.php @@ -150,8 +150,8 @@ $studiensemester->getAll(); { $("#accordion").accordion({ header: "h2", - autoHeight: false - }); + heightStyle: "content" + }); $("#accordion").attr("style", "visibility: visible;"); } });