Add missing word to websocket error message
This commit is contained in:
parent
3aebdae305
commit
8775222a61
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ server_url = '{server_url}'
|
|||
|
||||
if (typeof WebSocket === "undefined") {
|
||||
tag = document.createElement('div');
|
||||
tag.innerHTML += "<div class='unsupported'>Your browser does not <a href='https://caniuse.com/#search=websocket'>WebSocket connections</a>.<br>Please use the latest <a href='http://outdatedbrowser.com'>Chrome or Firefox</a> browser.</div>";
|
||||
tag.innerHTML += "<div class='unsupported'>Your browser does not support <a href='https://caniuse.com/#search=websocket'>WebSocket connections</a>.<br>Please use the latest <a href='http://outdatedbrowser.com'>Chrome or Firefox</a> browser.</div>";
|
||||
document.body.appendChild(tag)
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue