mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
fixed broken click handler
This commit is contained in:
parent
83cfd272a2
commit
d45b487192
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue