fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
workaround problem witch search (collision with migdal)
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
js
/
book_text
/
note.js
1
(function($){$(function(){
2
3
4
if ($('#nota_red li').length > 0) {
5
$("#menu-nota_red").show();
6
}
7
8
9
10
})})(jQuery);