From 1996e3e0f6a03b408e320006b4faff4c734cc81b Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Fri, 5 Jan 2024 20:42:11 +0500 Subject: [PATCH] Update --- public/assets/js/mastodon.js | 2 +- public/en/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/js/mastodon.js b/public/assets/js/mastodon.js index 2bcd54b..8ac6e12 100644 --- a/public/assets/js/mastodon.js +++ b/public/assets/js/mastodon.js @@ -138,6 +138,6 @@ async function getMastodonPage() { let query = window.location.pathname; -if (query == "/" || query == "/news") { +if (query == "/" || query == "/news" || query == "/en" || query == "/en/" || query == "/en/news") { getLog(); } diff --git a/public/en/index.html b/public/en/index.html index 70bd7e1..32152c3 100644 --- a/public/en/index.html +++ b/public/en/index.html @@ -126,7 +126,7 @@ @@ -207,7 +207,7 @@