User:Writ Keeper/Scripts/teahouseTalkbackLink.js: Difference between revisions

Content deleted Content added
fucking underscores
Line 19:
}
function talkbackSubmit(page, id) {
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/Questions|";
if (questionTitle === null) {
$("#"+id).attr("title", 'You canceled the talkback!').tipsy("show");
Line 58:
});
}
if(mw.config.get('wgPageName') === "Wikipedia:Teahouse/Questions") {
mw.loader.using( 'jquery.tipsy', function () { $(teahouseTalkbackLink); } );}