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