Content deleted Content added
Writ Keeper (talk | contribs) error handling |
Writ Keeper (talk | contribs) rm span |
||
(3 intermediate revisions by the same user not shown) | |||
Line 11:
{
var $link = $($nodeList[i]);
var newLinkString = "
var redlink = false;
var newLinkHref = $link[0].title
Line 21:
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
$($link).after(newLinkString)
$("#" + newLinkId).click(
}
}
}
}
function talkbackSubmit(
{
var page = event.data.page;
var redlink = event.data.redlink;
var questionTitle = prompt("Please enter the title of the question you're replying to (or just leave it blank):", ""),
sectionTitle = "{{Wikipedia:Teahouse/Teahouse talkback|WP:Teahouse|";
|