More work on new HTML reader.
[wolnelektury.git] / apps / wolnelektury_core / static / js / base.js
index 9676d5b..7db29ab 100755 (executable)
                })();
                
 
+$('#show-menu').click(function(event) {
+    event.preventDefault();
+    $('#menu').toggle('slow');
+});
+$('#book-list-nav h2').click(function(event) {
+    event.preventDefault();
+    $('#book-list-nav-index').toggle();
+});
 
 
 $('#themes-list-toggle').click(function(event) {