fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gitignore fix
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
js
/
base.js
diff --git
a/apps/wolnelektury_core/static/js/base.js
b/apps/wolnelektury_core/static/js/base.js
index
5c7dc11
..
7db29ab
100755
(executable)
--- a/
apps/wolnelektury_core/static/js/base.js
+++ b/
apps/wolnelektury_core/static/js/base.js
@@
-105,6
+105,10
@@
$('#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) {