2 Commits
Author SHA1 Message Date
alu f470a039d8 check ci
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 14s
2026-07-31 23:42:57 +00:00
alu d4e6954cd5 add ingore paths for web component linters
tronnet/workflows: Code Style -- Web Components / style-web (push) Failing after 14s
2026-07-31 23:41:50 +00:00
4 changed files with 5 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
web/modules/*
WFA-JS/*
+2
View File
@@ -0,0 +1,2 @@
web/modules/*
WFA-JS/*
+1
View File
@@ -4,6 +4,7 @@ import js from "@eslint/js";
export default defineConfig([
js.configs.recommended,
globalIgnores(["dist/", "web/modules", "WFA-JS"]),
{
languageOptions: {
globals: {
-1
View File
@@ -6,7 +6,6 @@ window.addEventListener("DOMContentLoaded", init);
async function init () {
await deleteAllCookies();
setAppearance();
const formSubmitButton = document.querySelector("#submit");
formSubmitButton.addEventListener("click", async (e) => {
e.preventDefault();