mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 10:17:30 +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…
Add table
Reference in a new issue