fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes on staging
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
book.js
diff --git
a/wolnelektury/static/js/book.js
b/wolnelektury/static/js/book.js
index
d6dfec9
..
335fe39
100644
(file)
--- a/
wolnelektury/static/js/book.js
+++ b/
wolnelektury/static/js/book.js
@@
-32,7
+32,7
@@
$(function() {
scrollToAnchor($(this).attr('href'));
});
- $('#menu li a').toggle(function() {
+ $('#menu li a
.menu
').toggle(function() {
$('#menu li a.selected').click();
$(this).addClass('selected');
$($(this).attr('href')).slideDown('fast');