This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user