fix2 host
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
97a9f52b3f
commit
04f5b0a56b
1 changed files with 3 additions and 3 deletions
|
@ -187,10 +187,10 @@ function startup() {
|
||||||
changeSyncCursorSize();
|
changeSyncCursorSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
function setFixedHost(host, changePromptMessage) {
|
function setFixedHost(h, changePromptMessage) {
|
||||||
const hostInput = document.getElementById("host");
|
const hostInput = document.getElementById("host");
|
||||||
host = value;
|
host = h;
|
||||||
hostInput.value = host;
|
hostInput.value = h;
|
||||||
hostInput.readOnly = true;
|
hostInput.readOnly = true;
|
||||||
hostInput.style.cursor = "default";
|
hostInput.style.cursor = "default";
|
||||||
hostInput.style.backgroundColor = "#ddd";
|
hostInput.style.backgroundColor = "#ddd";
|
||||||
|
|
Loading…
Reference in a new issue