dsf
This commit is contained in:
parent
45921735ff
commit
a6fac49071
5 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ function morecomments(cid) {
|
|||
var form = new FormData();
|
||||
form.append("formkey", formkey());
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.open("post", `/morecomments/${cid}`);
|
||||
xhr.open("get", `/morecomments/${cid}`);
|
||||
xhr.setRequestHeader('xhr', 'xhr');
|
||||
xhr.onload=function(){
|
||||
if (xhr.status==200) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue