Content deleted Content added
Writ Keeper (talk | contribs) test |
Writ Keeper (talk | contribs) clear out tipsy, since it's deprecated |
||
Line 10:
talkbackSubmit($(this).attr('href').substr(1), this.id)
});
$($link).after("<!--1-->|");
$($link).after($newLink);
$($link).after("<!--2-->|");
$($link).after($('<a href='+(($link[0].href).replace("User_talk:", "Special:Contributions/"))+' style="font-size:x-small; display:inline-block;">C</a>'));
$($link).after("
}
}
}
}
Line 21 ⟶ 22:
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|";
if (questionTitle === null) {
return;
}
Line 50:
alert("Talkback posted!");
} else {
}
},
error : function() {
}
});
}
if(mw.config.get('wgPageName') === "Wikipedia:Teahouse") {
teahouseTalkbackLink();
}
|