Content deleted Content added
mehh |
bleh |
||
Line 48:
mw.notify(i + " corrections made: " + replacements.join());
/*
contents = contents.replace(
/%%(\d+)%%/g,
Line 60 ⟶ 61:
mw.notify("No misplaced footnotes were found.");
}
*/
textbox.val(contents);
|