Minor documentation fix in javascript webclient code.
This commit is contained in:
parent
3e73529b96
commit
c56ede0fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ var CLIENT_HASH = '0'; // variable holding the client id
|
||||||
|
|
||||||
function webclient_receive(){
|
function webclient_receive(){
|
||||||
// This starts an asynchronous long-polling request. It will either timeout
|
// This starts an asynchronous long-polling request. It will either timeout
|
||||||
// or receive data from the 'receivedata' url. In both cases a new request will
|
// or receive data from the 'webclientdata' url. In both cases a new request will
|
||||||
// immediately be started.
|
// immediately be started.
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue