fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2f0feaaea8c93b466877d4889c2c0fe542f3a8e0
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
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);