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