fix navbar break

main
Alex J. Best 2023-09-18 22:11:40 +01:00 committed by Henrik Böving
parent a088f648b1
commit cf072e2be0
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}
}
}
});