X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c968d7bbf97b820439c6a997de08cc3411abb07..0dedb252acdced77dc403ff4acdbb42734eb991f:/apps/wolnelektury_core/static/js/book.js

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();
     }