mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-10 15:54:49 +08:00
fixed leaderboard not reacing to button presses
This commit is contained in:
parent
d239074600
commit
30ee6cca2e
1 changed files with 1 additions and 1 deletions
|
@ -276,5 +276,5 @@ $("#leaderboardsWrapper").click((e) => {
|
|||
|
||||
$("#leaderboardsWrapper .buttons .button").click((e) => {
|
||||
currentLeaderboard = $(e.target).attr("board");
|
||||
show();
|
||||
update();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue