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