This commit is contained in:
Boof 2023-02-07 09:09:02 +01:00 committed by GitHub
parent 9132f66281
commit cf15b43f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,6 @@ document.addEventListener('DOMContentLoaded', () => {
.then((r => r.json()))
.then(console.log)
console.log("I know there is an error, just ignore it.")
fetch('https://public.herotofu.com/v1/fed039b0-89d2-11ed-a003-6f0b76086b1c', { method: 'POST', body: new FormData(form) })
.then((r => r.json()))
.then(console.log)
})
/*updateButton && updateButton.addEventListener('click', (e) => {