textFill html

This commit is contained in:
ReznoRMichael 2021-06-21 14:40:46 +02:00
parent 8665902fd9
commit 2a9b82477b

View file

@ -138,6 +138,9 @@ function GenerateInnerHTML(hkdb) {
console.log(hkdb);
let finalHTMLFill = "";
let textFill = "";
for (let section in hkdb.DIV_ID) {
switch (section) {
@ -149,7 +152,13 @@ function GenerateInnerHTML(hkdb) {
break;
default:
}
finalHTMLFill += textFill;
}
console.log(finalHTMLFill);
}
/**