Fix clicking on toc entries for readtheorg

This commit is contained in:
Alejandro Gallo 2022-02-04 16:58:35 +01:00 committed by Fabrice Niessen
parent cf8beb2288
commit 116d473b25
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function collapse_toc_elements_on_click (nav_li_a){
states. The active attribute is documented in bootstrap.
https://getbootstrap.com/docs/4.0/components/navbar/#nav
*/
$(nav_li_el).parent().toggleClass("active");
$(nav_li_a).parent().toggleClass("active");
}
$( document ).ready(function() {