Home
last modified time | relevance | path

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

/plugin/chat/
Dscript.js113 this.check_sack = new sack(DOKU_BASE + 'lib/plugins/chat/ajax.php');
114 this.check_sack.AjaxFailedAlert = '';
115 this.check_sack.encodeURIString = false;
150 this.check_sack.onLoading = function() { method
152 self.check_sack.requestTimer = setTimeout(
155 self.check_sack.requestTimer = null;
157 if (self.check_sack.xmlhttp.abort) {
158 self.check_sack.xmlhttp.abort();
163 self.check_sack.onError();
168 this.check_sack.onError = function() { method
[all …]