mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-09 12:37:17 +02:00
fix setup for multiple inverters
This commit is contained in:
parent
35d8fdcab2
commit
f2a794d518
4 changed files with 31 additions and 3 deletions
|
@ -79,3 +79,7 @@ function span(val, cl=null, id=null) {
|
|||
if(null != id) e.id = id;
|
||||
return e;
|
||||
}
|
||||
|
||||
function br() {
|
||||
return document.createElement('br');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue