Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) What is it actually changing causing the issue? |
||
Line 11:
$elem.children('a.mw-thanks-thank-link').replaceWith('-⊗-');
// For history pages with undo links (or some other link)
$elem.html($elem.html().replace(' | -⊗-', ''));
// For history pages with no other links
// if ($elem.children('span.comment').html().length == 0){
|