X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwclib.js;fp=webcit%2Fstatic%2Fwclib.js;h=63215312651561e41a4bafb202fa8ab0cb10db5d;hb=ec3d5132ca427e487ecc0aa04bba2b006b618b65;hp=ae7d20c8af1a3cc2eba3df82f3299676407c41d5;hpb=4d11c8a47a3090d4b1d8d58a8ce59f34ba6e4ca5;p=citadel.git diff --git a/webcit/static/wclib.js b/webcit/static/wclib.js index ae7d20c8a..632153126 100644 --- a/webcit/static/wclib.js +++ b/webcit/static/wclib.js @@ -89,6 +89,17 @@ function SMTPRunQueue() }); } +function NetworkSynchronizeRoom(NodeName) +{ + var p; + + p= encodeURI('g_cmd=NSYN ' + NodeName); + new Ajax.Request('ajax_servcmd', { + method: 'post', + parameters: p, + onComplete: function(transport) { ajax_important_message(transport.responseText.substr(4));} + }); +} function ToggleVisibility ($Which) { if (document.getElementById)