forked from MarseyWorld/MarseyWorld
minor fix
parent
42de90c955
commit
134a9f4e44
|
@ -232,6 +232,7 @@ function submit(form) {
|
|||
submitButton.disabled = true;
|
||||
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.withCredentials=true;
|
||||
|
||||
formData = new FormData(form);
|
||||
|
||||
|
|
Loading…
Reference in New Issue