Merge branch 'reflow'
[wolnelektury.git] / apps / wolnelektury_core / static / js / book_text / settings.js
diff --git a/apps/wolnelektury_core/static/js/book_text/settings.js b/apps/wolnelektury_core/static/js/book_text/settings.js
deleted file mode 100644 (file)
index e398ba3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-(function($){$(function(){
-
-
-$("#menu-settings").show();
-
-$(".settings-switch").click(function(e) {
-    e.preventDefault();
-    $("body").toggleClass($(this).attr("data-setting"));
-});
-
-
-})})(jQuery);