update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-15 19:10:07 -07:00
parent 95cc46f72c
commit f806d26d33
2 changed files with 8 additions and 0 deletions

View File

@ -238,5 +238,13 @@
<p>Page generated on 2020-04-08 16:11</p>
</footer>
</main>
<script type="tex/javascript">
const els = document.querySelectorAll('li');
els.forEach(el => {
if (el.querySelector('ul').length !== 0) {
el.classList.toggle('has-nested');
}
});
</script>
</body>
</html>