Content deleted Content added
Writ Keeper (talk | contribs) feex |
Writ Keeper (talk | contribs) test |
||
Line 12:
var $link = $($nodeList[i]);
var newLinkString = "<span class='reply-link-wrapper'>|";
var
var newLinkId = "TBsubmit" + i;
newLinkString += '<a href=' + (($link[0].href).replace("User_talk:", "Special:Contributions/")) + ' style="font-size:x-small; display:inline-block;">C</a>|'
newLinkString += '<a href="#' +
$($link).after(newLinkString)
$("#" + newLinkId).click(function (e)
|