This commit is contained in:
Aevann1 2022-04-10 02:05:15 +02:00
parent 631c0bdc97
commit 7bbc1d75ab
4 changed files with 80 additions and 6 deletions

View file

@ -22,9 +22,6 @@ function post_toast3(t, url, button1, button2) {
}
}
form.append("formkey", formkey());
xhr.onload = function() {
let data
try {data = JSON.parse(xhr.response)}