User:Erutuon/scripts/footnoteCleanup.js: Difference between revisions

Content deleted Content added
hmm
No edit summary
Line 64:
textbox.val(contents);
$("#wpSummary").val(function(index, summary)
{
var summary = $(this).html();
var addition = "made sure refs are after punctuation with [[User:Erutuon/footnoteCleanup.js|JavaScript]]";
Line 77 ⟶ 76:
if ( hasChanged )
{
return( content + addition);
}
}