From f942f03799185b6267f6f3a4350f776f83852a84 Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Tue, 20 Dec 2022 12:23:45 -0300 Subject: [PATCH] fixed fixed host Signed-off-by: Victor Seiji Hariki --- js/index.js | 1 + 1 file changed, 1 insertion(+) 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";