X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..149ca28f533a257ed8034f88a615c8d7abbc9f69:/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();
     }