diff --git a/shell.html b/shell.html index 4ce807e..bd49c0b 100644 --- a/shell.html +++ b/shell.html @@ -60,7 +60,7 @@ kam
- + @@ -75,6 +75,9 @@ })(), onRuntimeInitialized: function() { inited = true; + const okbut = document.getElementById("okbut"); + okbut.value = "0k"; + okbut.disabled = false; } }; @@ -130,6 +133,7 @@ } loadConfig(); + document.getElementById("okbut").disabled = true; {{{ SCRIPT }}}