This commit is contained in:
Aevann1 2021-10-16 11:45:37 +02:00
parent 855dac41c9
commit f93d9e3b3c

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);
}