fix bug with home.ts
This commit is contained in:
@@ -40,7 +40,7 @@ fetch("/instances.json").then(_ => _.json()).then((json) => {
|
||||
}
|
||||
statbox.append(textbox);
|
||||
}
|
||||
{
|
||||
if (instance.uptime) {
|
||||
const stats = document.createElement("div");
|
||||
stats.classList.add("flexltr");
|
||||
const span = document.createElement("span");
|
||||
|
Reference in New Issue
Block a user