Compare commits
1
Commits
f4827c2731
...
934e4bec99
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
934e4bec99 |
@@ -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