X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0dedb252acdced77dc403ff4acdbb42734eb991f..7f95f426fe9d582ee5b33e73edc7ef7c78a82c12:/apps/wolnelektury_core/static/js/book_text/themes.js diff --git a/apps/wolnelektury_core/static/js/book_text/themes.js b/apps/wolnelektury_core/static/js/book_text/themes.js deleted file mode 100644 index 32e2e81ce..000000000 --- a/apps/wolnelektury_core/static/js/book_text/themes.js +++ /dev/null @@ -1,16 +0,0 @@ -(function($){$(function(){ - - -if ($('#themes li').length > 0) { - $("#menu-themes").show(); -} - - -$(".theme-begin").click(function(e) { - e.preventDefault(); - if ($(this).css("overflow") == "hidden" || $(this).hasClass('showing')) { - $(this).toggleClass("showing"); - } -}); - -})})(jQuery);