mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
fix v-1 to contact
This commit is contained in:
parent
9b95ddb1ed
commit
87c4f48258
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ if(Math.random() > .5) {
|
|||
} else {
|
||||
const form = new FormData(e.target)
|
||||
fetch('/contact_form.php', {
|
||||
body: form
|
||||
body: form,
|
||||
method: "POST"
|
||||
}).then(e => {
|
||||
return e.text()
|
||||
}).then(text => {
|
||||
|
|
Loading…
Reference in a new issue