fixed pb tables popup first table header not updating

This commit is contained in:
Jack 2021-09-25 21:55:19 +01:00
parent c1b59e9f17
commit 4ec9ff3d54

View file

@ -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];