fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New design for book-detail template (downloading books etc), part2
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
book.js
diff --git
a/wolnelektury/static/js/book.js
b/wolnelektury/static/js/book.js
index
9960bfa
..
b9ab6b1
100644
(file)
--- a/
wolnelektury/static/js/book.js
+++ b/
wolnelektury/static/js/book.js
@@
-19,6
+19,9
@@
$(function() {
if ($('#toc li').length == 0) {
$('#menu li a[href="#toc"]').remove();
}
if ($('#toc li').length == 0) {
$('#menu li a[href="#toc"]').remove();
}
+ if ($('#nota_red').length == 0) {
+ $('#menu li a[href="#nota_red"]').remove();
+ }
// On page load, scroll to anchor
scrollToAnchor(window.location.hash)
// On page load, scroll to anchor
scrollToAnchor(window.location.hash)