add spaces

pull/211/head
Aevann 2023-10-04 20:00:47 +03:00
parent 9a5b10bba3
commit afaa0bcb02
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function submit(form) {
const xhr = new XMLHttpRequest();
//needed for uploading to videos.watchpeopledie.tv
xhr.withCredentials=true;
xhr.withCredentials = true;
formData = new FormData(form);