mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
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(){
|
||||
// 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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue