2 Commits
Author SHA1 Message Date
alu 934e4bec99 test ci
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 4s
2026-07-31 23:57:21 +00:00
alu f4827c2731 add ingore paths for web component linters
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 3s
2026-07-31 23:56:44 +00:00
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
.PHONY: build build-web build-wfa-js clean clean-wfa-js ensure-dist workflow-init .PHONY: build test clean wfa-js
build: clean ensure-dist build-web build-wfa-js build: clean ensure-dist build-web build-wfa-js
@echo "======================== Building Binary =======================" @echo "======================== Building Binary ======================="
@@ -24,4 +24,4 @@ ensure-dist:
mkdir -p dist mkdir -p dist
workflow-init: ensure-dist build-web workflow-init: ensure-dist build-web
cp -r dev_config/. . cp -r dev_config .
+2
View File
@@ -7,6 +7,8 @@ async function init () {
await deleteAllCookies(); await deleteAllCookies();
setAppearance(); setAppearance();
console.log("here")
const formSubmitButton = document.querySelector("#submit"); const formSubmitButton = document.querySelector("#submit");
formSubmitButton.addEventListener("click", async (e) => { formSubmitButton.addEventListener("click", async (e) => {
e.preventDefault(); e.preventDefault();