Content deleted Content added
WOSlinkerBot (talk | contribs) No edit summary |
WOSlinkerBot (talk | contribs) No edit summary |
||
Line 113:
var todomatches = myContent.match(/\]\]\<font\>/gi);
var extranote = 'a';
if (todomatches) { if (todomatches.length > 0 ) { extranote = ' (some lint still left)'; } }
document.getElementById('wpTextbox1').value=myContent;
|