Home
last modified time | relevance | path

Searched refs:send_sack (Results 1 – 1 of 1) sorted by relevance

/plugin/chat/
Dscript.js117 this.send_sack = new sack(DOKU_BASE + 'lib/plugins/chat/ajax.php');
118 this.send_sack.AjaxFailedAlert = '';
119 this.send_sack.encodeURIString = false;
189 this.send_sack.onLoading = function() { method
191 self.send_sack.requestTimer = setTimeout(
193 self.send_sack.requestTimer = null;
195 if (self.send_sack.xmlhttp.abort) {
196 self.send_sack.xmlhttp.abort();
201 self.send_sack.onError();
207 this.send_sack.onError = function() { method
[all …]