()
| 753 | } |
| 754 | |
| 755 | function removeOrigToc() { |
| 756 | const headerContents = $('#contents'); |
| 757 | const contentsList = headerContents.next(); |
| 758 | headerContents.remove(); |
| 759 | contentsList.remove(); |
| 760 | } |
| 761 | |
| 762 | function addToc() { |
| 763 | const nodes = $.parseHTML(TOC); |