fixed fixed host

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-12-20 12:23:45 -03:00
parent a04a071965
commit f942f03799
No known key found for this signature in database
GPG key ID: 53D76502731B4A7C

View file

@ -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";