Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / js / book_text / toc.js
diff --git a/apps/wolnelektury_core/static/js/book_text/toc.js b/apps/wolnelektury_core/static/js/book_text/toc.js
deleted file mode 100644 (file)
index 31f4e9f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-(function($){$(function(){
-
-
-if ($('#toc li').length > 0) {
-    $('#menu-toc').show();
-}
-
-
-})})(jQuery);