Content deleted Content added
Writ Keeper (talk | contribs) error handling |
Writ Keeper (talk | contribs) try different data binding |
||
Line 23:
newLinkString += '<a href="#' + newLinkHref + '" style="font-size:x-small; display:inline-block;" title="Send a talkback!" noPopup=1 id="' + newLinkId + '">TB</a>|</span>';
$($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|";
|