Made websocket connection error a little more verbose.
This commit is contained in:
parent
a0189a91ad
commit
84b8ffe834
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ function onMessage(evt) {
|
||||||
|
|
||||||
function onError(evt) {
|
function onError(evt) {
|
||||||
// called on a server error
|
// called on a server error
|
||||||
doShow('err', "Error: Server returned an error. Try reloading the page.");
|
doShow('err', "Connection error trying to access websocket on " + wsurl + ". " + "Contact the admin and/or check settings.WEBSOCKET_CLIENT_URL.");
|
||||||
}
|
}
|
||||||
|
|
||||||
function doSend(){
|
function doSend(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue