fdsdsf
This commit is contained in:
parent
904af5bfd0
commit
bbea88ccbc
8 changed files with 28 additions and 25 deletions
|
@ -8,7 +8,7 @@ report_postModal = function(id) {
|
|||
this.disabled = true;
|
||||
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open("POST", '/flag/post/'+id, true);
|
||||
xhr.open("POST", '/report/post/'+id, true);
|
||||
var form = new FormData()
|
||||
form.append("formkey", formkey());
|
||||
form.append("reason", document.getElementById("reason").value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue