Clarify UX around subevent selection

This commit is contained in:
Raphael Michel
2019-06-06 11:10:51 +02:00
parent b549cb451a
commit dd4075b2cc
3 changed files with 27 additions and 20 deletions

View File

@@ -181,6 +181,7 @@ $(function () {
$(".subevent-list").hide();
$(".subevent-toggle").css("display", "block").click(function () {
$(".subevent-list").slideToggle(300);
$(".subevent-toggle").slideToggle(300)
});
}