This commit is contained in:
Aevann1 2022-02-06 17:52:31 +02:00
parent 45921735ff
commit a6fac49071
5 changed files with 6 additions and 6 deletions

View file

@ -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) {