lib/isodoc/nist/html/scripts.html in metanorma-nist-0.0.5 vs lib/isodoc/nist/html/scripts.html in metanorma-nist-0.0.6
- old
+ new
@@ -1,9 +1,9 @@
<script>
//TOC generation
$('#toc').toc({
- 'selectors': 'h1,h2:not(.TermNum)', //elements to use as headings
- 'container': 'main', //element to find all selectors in
+ 'selectors': toclevel(), //elements to use as headings
+ 'container': 'body', //element to find all selectors in
'smoothScrolling': true, //enable or disable smooth scrolling on click
'prefix': 'toc', //prefix for anchor tags and class names
'onHighlight': function(el) {}, //called when a new section is highlighted
'highlightOnScroll': true, //add class to heading that is currently in focus
'highlightOffset': 100, //offset to trigger the next headline