Initial bookmarks.
[wolnelektury.git] / src / wolnelektury / static / js / book_text / note.js
index 2f0feaa..277f3d4 100644 (file)
@@ -1,9 +1,10 @@
 (function($){$(function(){
 
 
 (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 *'));
+    }