Content deleted Content added
Writ Keeper (talk | contribs) test |
Writ Keeper (talk | contribs) feex |
||
Line 14:
var newLinkId = $link[0].title.replace(pdne, "") ;
newLinkString += '<a href=' + (($link[0].href).replace("User_talk:", "Special:Contributions/")) + ' style="font-size:x-small; display:inline-block;">C</a>|'
newLinkString += '<a href="#' + newLinkId + '" style="font-size:x-small; display:inline-block;" title="Send a talkback!" noPopup=1 id="TBsubmit' + i + '">TB</a>|</span>'
$($link).after(newLinkString)
$("#" + newLinkId).click(function (e)
Line 73:
alert('There was an error using AJAX to edit the page.');
}
}
); }
if (mw.config.get('wgPageName') === "Wikipedia:Teahouse")
|