fixing script location for parent highlighting in navbar
This commit is contained in:
@ -99,3 +99,5 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above.-->
|
||||
<script>$("li.active").parents('li').toggleClass("active");</script>
|
Reference in New Issue
Block a user