forked from rDrama/rDrama
1
0
Fork 0

reply to edit

master
justcool393 2022-10-14 08:43:58 -07:00
parent 661bf3af67
commit 09027e51d7
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function comment_edit(id){
form.append('file', e);
}
catch(e) {}
const xhr = createXhrWithFormKey("/reply", "POST", form);
const xhr = createXhrWithFormKey("/edit_comment/"+id, "POST", form);
xhr[0].onload=function(){
let data
try {data = JSON.parse(xhr[0].response)}