X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..cc622b425a00ee0a43e6005308d7e71bbb7d3741:/src/wolnelektury/static/js/book.js

diff --git a/src/wolnelektury/static/js/book.js b/src/wolnelektury/static/js/book.js
index 72d8174fc..dfb23162b 100644
--- a/src/wolnelektury/static/js/book.js
+++ b/src/wolnelektury/static/js/book.js
@@ -15,10 +15,6 @@ $(function() {
     }
 
     $.highlightFade.defaults.speed = 3000;
-    $('#toc').hide();
-    if ($('#toc li').length == 0) {
-        $('#menu li a[href="#toc"]').remove();
-    }
     if ($('#themes li').length == 0) {
         $('#menu li a[href="#themes"]').remove();
     }