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