Browse Source

Update toc.generator.js

pull/686/head
danpros 1 year ago
parent
commit
863557c235
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      system/resources/js/toc.generator.js

+ 1
- 0
system/resources/js/toc.generator.js View File

@ -52,6 +52,7 @@ function generateTOC (id) {
div.appendChild(link); div.appendChild(link);
toc.appendChild(div); toc.appendChild(div);
}); });
documentRef.getElementById('toc-wrapper' + id).classList.add('visible');
documentRef.getElementById('toc-wrapper' + id).style.display = 'inline-block'; documentRef.getElementById('toc-wrapper' + id).style.display = 'inline-block';
} }


Loading…
Cancel
Save