X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwclib.js;fp=webcit%2Fstatic%2Fwclib.js;h=fb828a6836803435ff0cee8afa5ba64420dbadb1;hb=388112362d2dfec7d6e517727251d7dd092b3e65;hp=63215312651561e41a4bafb202fa8ab0cb10db5d;hpb=dd35736bbee921049196fd492a08b6a0de85eb15;p=citadel.git diff --git a/webcit/static/wclib.js b/webcit/static/wclib.js index 632153126..fb828a683 100644 --- a/webcit/static/wclib.js +++ b/webcit/static/wclib.js @@ -931,8 +931,8 @@ function WCLog(msg) { } function RefreshSMTPqueueDisplay() { - new Ajax.Updater('smtpqueue_inner_div', - 'display_smtpqueue_inner_div', { method: 'get', + new Ajax.Updater('mailqueue_list', + 'dotskip?room=__CitadelSMTPspoolout__&view=11&ListOnly=yes', { method: 'get', parameters: Math.random() } ); } @@ -942,7 +942,7 @@ function DeleteSMTPqueueMsg(msgnum1, msgnum2) { 'ajax_servcmd', { method: 'post', parameters: p, - onComplete: RefreshSMTPqueueDisplay() + onComplete: function(transport) { ajax_important_message(transport.responseText.substr(4)); RefreshSMTPqueueDisplay();} } ); }