Fix articles
This commit is contained in:
parent
e5a2fe8a1b
commit
0cc87762fc
@ -256,7 +256,7 @@ async function onPageLoad() {
|
||||
if (currentSite === "home" && currentPage === "account" && isLoggedIn()) {
|
||||
await showDashboardGreeting();
|
||||
}
|
||||
if (currentSite === "news" && currentPage === "index" && isLoggedIn()) {
|
||||
if (currentSite === "news" && currentPage === "index") {
|
||||
await articleInit();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user