mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 09:59:21 +08:00
updated event handler
This commit is contained in:
parent
34fd0e8111
commit
aba74c8c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,6 @@ export function updateData(data: MonkeyTypes.ChartData): void {
|
|||
ChartController.miniResult.updateColors();
|
||||
}
|
||||
|
||||
$(document).on("click", ".pageAccount .miniResultChartBg", () => {
|
||||
$(".pageAccount").on("click", ".miniResultChartBg", () => {
|
||||
hide();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue