remotes/1693045480750635534/spooky-22
Aevann1 2021-10-16 11:45:37 +02:00
parent cdfb3fcfc1
commit 0474c25fb8
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
var form = new FormData()
form.append("formkey", formkey());
xhr.withCredentials=true;
xhr.onload = function() {window.location.reload(true);};
xhr.send(form);
}