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