mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
also hiding footer
This commit is contained in:
parent
3c3b6f2091
commit
1dfe082620
1 changed files with 2 additions and 0 deletions
|
@ -34,8 +34,10 @@ let updateTimer: number | undefined;
|
|||
function clearTable(lb: number): void {
|
||||
if (lb === 15) {
|
||||
$("#leaderboardsWrapper table.left tbody").empty();
|
||||
$("#leaderboardsWrapper table.left tfoot").empty();
|
||||
} else if (lb === 60) {
|
||||
$("#leaderboardsWrapper table.right tbody").empty();
|
||||
$("#leaderboardsWrapper table.right tfoot").empty();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue