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

Function insertPageBreaks

parse.js:896–899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

894}
895
896function insertPageBreaks() {
897 insertPageBreakBefore('#decorator')
898 // insertPageBreakBefore('#print')
899}
900
901function insertPageBreakBefore(an_id) {
902 $('<div class="pagebreak"></div>').insertBefore($(an_id).parent())

Callers 1

highlightCodeFunction · 0.85

Calls 1

insertPageBreakBeforeFunction · 0.85

Tested by

no test coverage detected