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

Content deleted Content added
fixed regex
don't delete edit summary
Line 140:
if ( !isUnchanged && ( !afterSectionName || !afterSectionName[1].includes(addition) ) )
{
return summary + addition;
}else
return summary;
}
);