fixed broken click handler

This commit is contained in:
Miodec 2022-11-30 15:33:17 +01:00
parent 83cfd272a2
commit d45b487192

View file

@ -1194,9 +1194,9 @@ $(".pageAccount .group.history").on(
}
);
$(".pageAccount .group.topFilters").on(
$(".pageAccount .group.topFilters, .pageAccount .filterButtons").on(
"click",
".button, .pageAccount .filterButtons .button",
".button",
() => {
setTimeout(() => {
update();