Made websocket connection error a little more verbose.

This commit is contained in:
Griatch 2014-07-08 10:27:02 +02:00
parent a0189a91ad
commit 84b8ffe834

View file

@ -113,7 +113,7 @@ function onMessage(evt) {
function onError(evt) {
// 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(){