b
This commit is contained in:
parent
7c38dd5294
commit
c0f3d5cb68
47 changed files with 119 additions and 95 deletions
|
@ -21,7 +21,8 @@ function morecomments(cid) {
|
|||
btn.innerHTML = "Requesting...";
|
||||
var form = new FormData();
|
||||
form.append("formkey", formkey());
|
||||
var xhr = new XMLHttpRequest();
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.setRequestHeader('Authorization', 'xhr');
|
||||
xhr.open("post", `/morecomments/${cid}`);
|
||||
xhr.withCredentials=true;
|
||||
xhr.onload=function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue