fixed name of variable

This commit is contained in:
आयुष झा 2020-06-01 17:12:28 +05:45
parent 474852d59b
commit 4f6ad74697
No known key found for this signature in database
GPG Key ID: B8A4C36CEE73C65F
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() {