remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 12:12:16 -06:00
parent bd62455a0d
commit 65fe248494
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@
const form = new FormData();
const xhr = new XMLHttpRequest();
btn.classList.toggle('animate-pulse')
btn.classList.toggle('animate-pulse');
xhr.open("post", "/viewmore/{{p.id}}/{{sort}}/{{offset}}");
xhr.withCredentials=true;