Revert "hehe"

This reverts commit 138193ce13.
This commit is contained in:
2026-05-09 01:18:08 +01:00
parent 70b428fce7
commit a76b559a0e
12 changed files with 56 additions and 162 deletions

View File

@@ -121,7 +121,7 @@ function renderComments(comments) {
* ----------------------------- */
async function fetchComments() {
const res = await window.orgAuth.fetch(`/api/comments/${pageSlug}`);
const res = await fetch(`/api/comments/${pageSlug}`);
if (!res.ok) {
console.error("Failed to fetch comments");
return [];