mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Unify event list view on organizer and event-series (#4702)
This commit is contained in:
committed by
GitHub
parent
b45d58b60e
commit
5b99788354
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user