Content deleted Content added
Technical 13 (talk | contribs) ahh, forgot to put it in the log... Still need to figure out why it's not actually posting... |
Technical 13 (talk | contribs) m ce |
||
Line 23:
$.when(
$.post(mw.config.get( 'wgScriptPath' )+"/api.php", deOrphanerSubmit, function(deOrphanerSesponse){
$(".loadinganimation").html("Article deOrphanin in progress..."); })
).done(function() {
$(".loadinganimation").html("Article deOrphaned!");
|