X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2ff7d6d98d7ba61ce305fb2906bddaa37f320eb1..4a4c7cd36d9f6899b37b6d749d4af626cf133e21:/apps/wolnelektury_core/static/js/book.js?ds=sidebyside diff --git a/apps/wolnelektury_core/static/js/book.js b/apps/wolnelektury_core/static/js/book.js index 335fe39c0..72d8174fc 100644 --- a/apps/wolnelektury_core/static/js/book.js +++ b/apps/wolnelektury_core/static/js/book.js @@ -19,6 +19,9 @@ $(function() { if ($('#toc li').length == 0) { $('#menu li a[href="#toc"]').remove(); } + if ($('#themes li').length == 0) { + $('#menu li a[href="#themes"]').remove(); + } if ($('#nota_red').length == 0) { $('#menu li a[href="#nota_red"]').remove(); }