commit
97a9f52b3f
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ function startup() {
|
||||||
|
|
||||||
function setFixedHost(host, changePromptMessage) {
|
function setFixedHost(host, changePromptMessage) {
|
||||||
const hostInput = document.getElementById("host");
|
const hostInput = document.getElementById("host");
|
||||||
|
host = value;
|
||||||
hostInput.value = host;
|
hostInput.value = host;
|
||||||
hostInput.readOnly = true;
|
hostInput.readOnly = true;
|
||||||
hostInput.style.cursor = "default";
|
hostInput.style.cursor = "default";
|
||||||
|
|
Loading…
Reference in a new issue