Rewrite some stuff

This commit is contained in:
2024-04-26 20:24:09 +02:00
parent c5b5cc9722
commit 154cff0372
6 changed files with 8 additions and 8 deletions

View File

@@ -273,7 +273,7 @@ async function onPageLoad() {
if ("news" === currentSite && "index" === currentPage) {
await articleInit();
}
if ("files" === currentSite && "index" === currentPage) {
if ("account" === currentSite && "files" === currentPage) {
await listFiles();
}
if ("memes" === currentSite && "create" === currentPage) {