From 90f6a1d91e8f351978dc8d1eefd72b5654237cdb Mon Sep 17 00:00:00 2001 From: Maxim Dolgolyov Date: Thu, 7 May 2026 13:46:15 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BA=D1=80=D0=B0=D1=81=D0=BD=D0=B0?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BD=D0=B8=D0=B3=D0=B0=20=D0=BD=D0=B5=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D1=8B=D0=B2=D0=B0=D0=BB=D0=B0=D1=81=D1=8C=20=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B0=D0=B9=D0=B4=D0=B1=D0=B0=D1=80=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20(href=20=D0=B1=D0=B5=D0=B7=20.html)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/api.js b/js/api.js index d250428..0db9811 100644 --- a/js/api.js +++ b/js/api.js @@ -589,7 +589,7 @@ async function hideDisabledFeatures() { hangman: ['/hangman'], crossword: ['/crossword'], pet: ['/pet'], - red_book: ['/red-book.html', '/red-book-ecosystem.html', '/red-book-biomes.html'], + red_book: ['/red-book', '/red-book.html', '/red-book-ecosystem.html', '/red-book-biomes.html'], collection: ['/collection.html', '/collection'], lab: ['/lab'], knowledge_map: ['/knowledge-map'], @@ -624,7 +624,7 @@ async function hideDisabledFeatures() { const classOnlyHrefs = [ '/board', '/lab', '/hangman', '/crossword', '/pet', '/collection', '/collection.html', '/knowledge-map', - '/red-book.html', '/red-book-ecosystem.html', '/red-book-biomes.html', + '/red-book', '/red-book.html', '/red-book-ecosystem.html', '/red-book-biomes.html', '/flashcards', '/live-quiz', ]; classOnlyHrefs.forEach(href => {