X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..ef05330bad3d16d8f478a6cb34e6744cc7565abd:/src/wolnelektury/static/js/book_text/note.js?ds=inline

diff --git a/src/wolnelektury/static/js/book_text/note.js b/src/wolnelektury/static/js/book_text/note.js
index 2f0feaaea..277f3d48e 100644
--- 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 *'));
+    }