1 Commits
Author SHA1 Message Date
alu d75260f75c test ci 2026-07-31 23:56:06 +00:00
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();