Content deleted Content added
PleaseStand (talk | contribs) start cleanup, primarily of backend code |
PleaseStand (talk | contribs) m scanner.slice is not a function |
||
Line 334:
// Replace the short code with the long code
outWikiText +=
outWikiText += refLong;
offset = scanner.refScanRegex.lastIndex;
Line 343:
}
}
outWikiText += argWikiText.slice( offset );
return {
wikiText:
unusedRefs: refCodes
};
|