minor fix
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Aug 2024 08:08:37 +0000 (10:08 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Aug 2024 08:08:37 +0000 (10:08 +0200)
src/wolnelektury/static/js/book_text/references.js

index 9fd6928..1a284a0 100644 (file)
     });
 
     $('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();