MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / removeOrigToc

Function removeOrigToc

parse.js:755–760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

modifyPageFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected