Minor documentation fix in javascript webclient code.

This commit is contained in:
Griatch 2012-02-20 22:52:59 +01:00
parent 3e73529b96
commit c56ede0fa2

View file

@ -41,7 +41,7 @@ var CLIENT_HASH = '0'; // variable holding the client id
function webclient_receive(){
// 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.
$.ajax({