mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
updated event handler
This commit is contained in:
parent
db1d303dc7
commit
2b1457e462
1 changed files with 1 additions and 1 deletions
|
|
@ -1044,7 +1044,7 @@ $(".pageAccount #accountHistoryChart").on("click", () => {
|
|||
$(`#result-${index}`).addClass("active");
|
||||
});
|
||||
|
||||
$(document).on("click", ".pageAccount .miniResultChartButton", (event) => {
|
||||
$(".pageAccount").on("click", ".miniResultChartButton", (event) => {
|
||||
console.log("updating");
|
||||
const filteredId = $(event.currentTarget).attr("filteredResultsId");
|
||||
if (filteredId === undefined) return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue