mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 06:46:10 +02:00
minor design corrections
fix onkeyup / onchange event while typing / copying serial number to setup
This commit is contained in:
parent
bafe47e424
commit
1a57b23f5b
4 changed files with 37 additions and 29 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue