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

Function setApaches

parse.js:828–832  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

826}
827
828function setApaches(elements) {
829 for (el of elements) {
830 $(`code:contains(${el})`).addClass('apache');
831 }
832}
833
834function fixClasses() {
835 // Changes class="hljs-keyword" to class="hljs-title" of 'class' keyword.

Callers 1

changeCodeLanguagesFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected