fix navbar break
parent
a088f648b1
commit
cf072e2be0
|
@ -15,9 +15,10 @@ document.querySelector('.navframe').addEventListener('load', function() {
|
|||
while (el) {
|
||||
el.open = true;
|
||||
el = el.parentNode.closest('details');
|
||||
}}
|
||||
// seeing as we found the link we were looking for, stop
|
||||
break;
|
||||
}
|
||||
// seeing as we found the link we were looking for, stop
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue