Content deleted Content added
that didn't work |
change button label |
||
Line 15:
$("#editform").prepend('<div id="wikitext-cleanup-button-wrapper"></div>');
$("#wikitext-cleanup-button-wrapper")
.append(`<div id="footnote-cleanup" class="wikitext-cleanup-button">
.click(cleanupFootnotes);
}
|