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

Function unindentBanner

parse.js:776–781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

774}
775
776function unindentBanner() {
777 const montyImg = $('img').first();
778 montyImg.parent().addClass('banner');
779 const downloadPraragrapth = $('p').first();
780 downloadPraragrapth.addClass('banner');
781}
782
783function updateDiagrams() {
784 $(`code:contains(${DIAGRAM_1_A})`).html(DIAGRAM_1_B);

Callers 1

modifyPageFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected