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

Content deleted Content added
humph
mehh
Line 42:
var replacement = capture2 + capture1;
replacements.push(replacement);
return capture2 + capture1replacement;
}
);