Content deleted Content added
Writ Keeper (talk | contribs) whoops, gotta take doc.ready out |
Writ Keeper (talk | contribs) m removing navigation to talk page per request |
||
Line 45:
success : function(data) {
if(data && data.edit && data.edit.result && data.edit.result === 'Success') {
//window.___location = mw.util.wikiGetlink(page);
alert("Talkback posted!");
} else {
$("#"+id).attr("title", 'There was an error requesting the page edit. Code: ' + data.error.code + '": ' + data.error.info).tipsy("show");
|