More work on new HTML reader.
[wolnelektury.git] / 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 (file)
index 32e2e81..0000000
+++ /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);