This commit is contained in:
alu
2026-07-31 23:56:06 +00:00
parent b4fe7263e2
commit d75260f75c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ ensure-dist:
mkdir -p dist
workflow-init: ensure-dist build-web
cp dev_config .
cp -r dev_config .
+2
View File
@@ -7,6 +7,8 @@ async function init () {
await deleteAllCookies();
setAppearance();
console.log("here")
const formSubmitButton = document.querySelector("#submit");
formSubmitButton.addEventListener("click", async (e) => {
e.preventDefault();