fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update to new librarian api for html, txt.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
js
/
book_text
/
references.js
diff --git
a/src/wolnelektury/static/js/book_text/references.js
b/src/wolnelektury/static/js/book_text/references.js
index
9fd6928
..
1a284a0
100644
(file)
--- a/
src/wolnelektury/static/js/book_text/references.js
+++ b/
src/wolnelektury/static/js/book_text/references.js
@@
-605,6
+605,8
@@
});
$('a.anchor').on('click', function(e) {
});
$('a.anchor').on('click', function(e) {
+ // Workaround for bad TOC markers.
+ if (($this).closest('#toc').length) return;
e.preventDefault();
let sel = window.getSelection();
e.preventDefault();
let sel = window.getSelection();