Unify event list view on organizer and event-series (#4702)

This commit is contained in:
Richard Schreiber
2024-12-18 13:32:26 +01:00
committed by GitHub
parent b45d58b60e
commit 5b99788354
10 changed files with 203 additions and 246 deletions

View File

@@ -412,14 +412,6 @@ $(function () {
});
questions_init_profiles($("body"));
// Subevent choice
if ($(".subevent-toggle").length) {
$(".subevent-list").hide();
$(".subevent-toggle").show().click(function () {
$(".subevent-list").slideToggle(300);
$(this).slideToggle(300).attr("aria-expanded", true);
});
}
if (sessionStorage) {
$("[data-save-scrollpos]").on("click submit", function () {
sessionStorage.setItem('scrollpos', window.scrollY);