Fetch thumbnails from wikidata.
[wolnelektury.git] / src / wolnelektury / 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);