marsey marsey marsey

This commit is contained in:
Aevann1 2022-01-22 13:54:48 +02:00
parent bee640bbb0
commit 6ee4ff4f5a
50 changed files with 987 additions and 991 deletions

View file

@ -24,7 +24,6 @@ function morecomments(cid) {
const xhr = new XMLHttpRequest();
xhr.open("post", `/morecomments/${cid}`);
xhr.setRequestHeader('xhr', 'xhr');
xhr.withCredentials=true;
xhr.onload=function(){
if (xhr.status==200) {
document.getElementById(`morecomments-${cid}`).innerHTML = xhr.response.replace(/data-src/g, 'src').replace(/data-cfsrc/g, 'src').replace(/style="display:none;visibility:hidden;"/g, '');