nigga
This commit is contained in:
parent
98a73793b7
commit
7d32c3a02a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue