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();
|
||||
}
|
||||
|
||||
function setFixedHost(host, changePromptMessage) {
|
||||
function setFixedHost(h, changePromptMessage) {
|
||||
const hostInput = document.getElementById("host");
|
||||
host = value;
|
||||
hostInput.value = host;
|
||||
host = h;
|
||||
hostInput.value = h;
|
||||
hostInput.readOnly = true;
|
||||
hostInput.style.cursor = "default";
|
||||
hostInput.style.backgroundColor = "#ddd";
|
||||
|
|
Loading…
Reference in a new issue