replace does not with doesn't

This commit is contained in:
Jabba 2020-10-11 21:48:33 +00:00 committed by GitHub
parent 86e647ec38
commit 2155112c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
if (typeof WebSocket === "undefined") {
tag = document.createElement('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='https://bestvpn.org/outdatedbrowser/en'>Chrome or Firefox</a> browser.</div>";
tag.innerHTML += "<div class='unsupported'>Your browser doesn't support <a href='https://caniuse.com/#search=websocket'>WebSocket connections</a>.<br>Please use the latest <a href='https://bestvpn.org/outdatedbrowser/en'>Chrome or Firefox</a> browser.</div>";
document.body.appendChild(tag)
}
</script>