minor design corrections

fix onkeyup / onchange event while typing / copying serial number to setup
This commit is contained in:
lumapu 2022-10-24 20:50:49 +02:00
parent bafe47e424
commit 1a57b23f5b
4 changed files with 37 additions and 29 deletions

View file

@ -27,7 +27,7 @@ function parseVersion(obj) {
);
}
function toggle(id, hide) {
function setHide(id, hide) {
var elm = document.getElementById(id);
if(hide) {
if(!elm.classList.contains("hide"))