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

Function removePlotImages

parse.js:916–919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

914}
915
916function removePlotImages() {
917 $('img[alt="Covid Deaths"]').remove();
918 $('img[alt="Covid Cases"]').remove();
919}
920
921function fixABCSequenceDiv() {
922 $('#abcsequence').parent().insertBefore($('#tableofrequiredandautomaticallyavailablespecialmethods').parent())

Callers 1

modifyPageFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected