fixing script location for parent highlighting in navbar

This commit is contained in:
Tom Johnson
2015-05-13 12:29:10 -07:00
parent ab51a49622
commit d29dc93a39
2 changed files with 2 additions and 4 deletions

View File

@ -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>