Added stat placeholder box
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user