mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 01:06:11 +02:00
beautified system.html (converted to table)
This commit is contained in:
parent
b2fc16e030
commit
4df61833ca
4 changed files with 104 additions and 21 deletions
|
@ -128,9 +128,10 @@ function opt(val, html) {
|
|||
return o;
|
||||
}
|
||||
|
||||
function div(cl) {
|
||||
function div(cl, h=null) {
|
||||
e = document.createElement('div');
|
||||
e.classList.add(...cl);
|
||||
if(null != h) e.innerHTML = h;
|
||||
return e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue