Merge pull request #113 from zero01101/testing

fixed fixed host
This commit is contained in:
Victor Seiji Hariki 2022-12-20 12:25:40 -03:00 committed by GitHub
commit 97a9f52b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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