Hi,
I'm trying to add an accordion style dropdown to the side navigation seen here: Package-HTML/HTML/side-navigation.html
The issue I have is that the #snav-content only seems to work up to number 5. Once I add in #snav-content6 the content is now displayed instead of hidden. If I go into Chrome dev tools I can see that #snav-content1-5 all have the following:
Wheras the new ones I have created do not, they simply render as follows:
<div id="snav-content6">
I've tried to find where the code responsible for this is but cannot seem to find it. Could you point me in the right direction?
Thanks!
