mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 12:47:18 +02:00
0.7.47
* fix regex in `setup` page * fix MI serial number display `max-module-power` in `setup` #1142 * renamed `opendtufusionv1` to `opendtufusion`
This commit is contained in:
parent
f28f314fcf
commit
7207d3c9d4
8 changed files with 24 additions and 18 deletions
|
@ -132,11 +132,12 @@ function toIsoTimeStr(d) { // UTC!
|
|||
|
||||
function setHide(id, hide) {
|
||||
var elm = document.getElementById(id);
|
||||
if(null == elm)
|
||||
return;
|
||||
if(hide) {
|
||||
if(!elm.classList.contains("hide"))
|
||||
elm.classList.add("hide");
|
||||
}
|
||||
else
|
||||
} else
|
||||
elm.classList.remove('hide');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue