added class to form and added section to prepare next commit

This commit is contained in:
RaffaelW 2024-12-19 17:26:05 +01:00
parent 4ac0681a9a
commit 90f8d7c07e
6 changed files with 157 additions and 151 deletions

View file

@ -4,7 +4,7 @@ import {
hideLoadingScreen,
} from "./loading-screen.js";
const form = document.querySelector("form");
const form = document.querySelector("form.config");
export async function loadData(timeout = null) {
const req = await fetch("/config", {