remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 20:53:44 +02:00
parent 7490af0a91
commit ccd451edf2
1 changed files with 1 additions and 2 deletions

View File

@ -229,8 +229,7 @@
xhr.open("POST", '/api/flag/comment/'+id, true);
var form = new FormData()
form.append("formkey", formkey());
console.log(document.getElementById("reason-comment").value)
form.append("reason", document.getElementById("reason").value);
form.append("reason", document.getElementById("reason-comment").value);
xhr.withCredentials=true;