Merge commit 'cdb5c4f4128852aa06b3485a47c33e930ee1fba6'

This commit is contained in:
catborise
2018-10-24 17:00:48 +03:00
2 changed files with 9 additions and 6 deletions

View File

@@ -100,6 +100,9 @@
host = document.getElementById("host").value;
port = document.getElementById("port").value;
if (window.location.protocol == 'https:') {
scheme = "wss://";
}
password = document.getElementById("password").value;