diff options
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/client.html b/webclient/client.html index c02c6aa..57eee90 100644 --- a/webclient/client.html +++ b/webclient/client.html @@ -128,7 +128,7 @@ function reconnect(){ else if(type=="history"){ var count=+spl.word[2]; net_callbacks[id]=net_historyCollectionCallback.bind(this,id,[],count,fn); - } else if(type=="history_message")fn([spl.word[4],+spl.word[5]/1000,spl.rest[6]]); + } else if(type=="history_message")fn([spl.word[4],+spl.word[5]/1000,spl.rest[7]]); else alert("Unknown server response message type '"+type+"'!"); } else { alert("No callback for server message id '"+id+"'!"); |