Django 1.8 and other updates.
[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);