fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
turn off banner
[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);