Compare commits
2
Commits
v2.0.0
...
f470a039d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f470a039d8 | ||
|
|
d4e6954cd5 |
@@ -0,0 +1,2 @@
|
||||
web/modules/*
|
||||
WFA-JS/*
|
||||
@@ -0,0 +1,2 @@
|
||||
web/modules/*
|
||||
WFA-JS/*
|
||||
@@ -4,6 +4,7 @@ import js from "@eslint/js";
|
||||
|
||||
export default defineConfig([
|
||||
js.configs.recommended,
|
||||
globalIgnores(["dist/", "web/modules", "WFA-JS"]),
|
||||
{
|
||||
languageOptions: {
|
||||
globals: {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user