Update to new librarian api for html, txt.
[wolnelektury.git] / src / wolnelektury / static / js / book_text / note.js
1 (function($){$(function(){
2
3
4     if ($('#nota_red p').length > 0) {
5         $("#info").prepend($("<hr>"));
6         $("#info").prepend($('#nota_red *'));
7     }
8
9
10
11 })})(jQuery);