fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update to new librarian api for html, txt.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
js
/
book_text
/
note.js
diff --git
a/src/wolnelektury/static/js/book_text/note.js
b/src/wolnelektury/static/js/book_text/note.js
index
2f0feaa
..
277f3d4
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/note.js
+++ b/
src/wolnelektury/static/js/book_text/note.js
@@
-1,9
+1,10
@@
(function($){$(function(){
-if ($('#nota_red li').length > 0) {
- $("#menu-nota_red").show();
-}
+ if ($('#nota_red p').length > 0) {
+ $("#info").prepend($("<hr>"));
+ $("#info").prepend($('#nota_red *'));
+ }