MEME
This commit is contained in:
@ -273,7 +273,7 @@ async function onPageLoad() {
|
||||
if ("news" === currentSite && "index" === currentPage) {
|
||||
await articleInit();
|
||||
}
|
||||
if ("files" === currentSite && "list" === currentPage) {
|
||||
if ("files" === currentSite && "index" === currentPage) {
|
||||
await listFiles();
|
||||
}
|
||||
if ("memes" === currentSite && "create" === currentPage) {
|
||||
|
Reference in New Issue
Block a user