Added stat placeholder box

This commit is contained in:
2023-07-21 22:27:42 +01:00
parent 4a375149f6
commit 20da46a8d7
3 changed files with 27 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ async function populateScreen() {
let tasks = tasksRaw.tasks;
// get historical data
let historyPage = document.getElementById("history");
let historyPage = document.getElementById("historyContent");
historyPage.innerHTML = "";
response = await fetch("/getHistory");
let historyRaw = await response.json();