Update
This commit is contained in:
parent
ba1db68464
commit
03e48568f8
|
@ -115,6 +115,6 @@ async function getMastodonPage() {
|
|||
|
||||
let query = window.location.pathname;
|
||||
|
||||
if (qquery == "/" || uery == "/news" || query == "/mastodon") {
|
||||
if (query == "/" || query == "/news" || query == "/mastodon") {
|
||||
getLog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue