Update aggregation/navbar.html
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
71346995e5
commit
c152f465e2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<script>
|
||||
const oldtoc = document.getElementById('toctitle').nextElementSibling;
|
||||
let newtoc = document.createElement('div');
|
||||
const newtoc = document.createElement('div');
|
||||
newtoc.setAttribute('id', 'tocbot');
|
||||
newtoc.setAttribute('class', 'js-toc');
|
||||
oldtoc.parentNode.replaceChild(newtoc, oldtoc);
|
||||
|
|
Loading…
Reference in a new issue