mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
fixed pb tables popup first table header not updating
This commit is contained in:
parent
c1b59e9f17
commit
4ec9ff3d54
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import * as DB from "./db";
|
|||
|
||||
function update(mode) {
|
||||
$("#pbTablesPopup table tbody").empty();
|
||||
$("#pbTablesPopup table thead td[0]").text(mode);
|
||||
$($("#pbTablesPopup table thead tr td")[0]).text(mode);
|
||||
|
||||
let allmode2 = DB.getSnapshot().personalBests[mode];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue