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

Content deleted Content added
lessee if this works
now actually move refs
Line 25:
return replacement;
}
);
contents = contents.replace(
/((?:%%\d+%%)+)([\.\,\;\:\)]{1,3})/,
"$2$1"
);