31f4e9ffcf4c65a17c2c66ac4804c62106b59041
[wolnelektury.git] / src / wolnelektury / static / js / book_text / toc.js
1 (function($){$(function(){
2
3
4 if ($('#toc li').length > 0) {
5     $('#menu-toc').show();
6 }
7
8
9 })})(jQuery);