diff --git a/js/index.js b/js/index.js index 2b072f6..088632b 100644 --- a/js/index.js +++ b/js/index.js @@ -189,6 +189,7 @@ function startup() { function setFixedHost(host, changePromptMessage) { const hostInput = document.getElementById("host"); + host = value; hostInput.value = host; hostInput.readOnly = true; hostInput.style.cursor = "default";