Merge branch 'obrazy' into rwd
[wolnelektury.git] / apps / wolnelektury_core / static / js / base.js
index 4d979af..9ba5631 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) {