update from sparkleup
This commit is contained in:
parent
9cd115268c
commit
ccb9f797cb
Binary file not shown.
|
@ -241,7 +241,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
const els = document.querySelectorAll('li');
|
const els = document.querySelectorAll('li');
|
||||||
els.forEach(el => {
|
els.forEach(el => {
|
||||||
if (el.querySelector('ul').length !== 0) {
|
if (el.querySelectorAll('li').length !== 0) {
|
||||||
el.classList.toggle('has-nested');
|
el.classList.toggle('has-nested');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue