X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f0f0f13c94ff22d0f8a105c604252c6d678a9bab..b17486a9270334855c3b908b8250e3a020803875:/src/wolnelektury/static/js/book_text/references.js?ds=sidebyside diff --git a/src/wolnelektury/static/js/book_text/references.js b/src/wolnelektury/static/js/book_text/references.js index 9fd69282c..ef6c51c94 100644 --- a/src/wolnelektury/static/js/book_text/references.js +++ b/src/wolnelektury/static/js/book_text/references.js @@ -605,6 +605,9 @@ }); $('a.anchor').on('click', function(e) { + // Workaround for bad TOC markers. + if ($(this).closest('#toc').length) return; + if ($(this).closest('#wltoc').length) return; e.preventDefault(); let sel = window.getSelection();