textFill html
This commit is contained in:
parent
8665902fd9
commit
2a9b82477b
1 changed files with 9 additions and 0 deletions
|
|
@ -138,6 +138,9 @@ function GenerateInnerHTML(hkdb) {
|
||||||
|
|
||||||
console.log(hkdb);
|
console.log(hkdb);
|
||||||
|
|
||||||
|
let finalHTMLFill = "";
|
||||||
|
let textFill = "";
|
||||||
|
|
||||||
for (let section in hkdb.DIV_ID) {
|
for (let section in hkdb.DIV_ID) {
|
||||||
|
|
||||||
switch (section) {
|
switch (section) {
|
||||||
|
|
@ -149,7 +152,13 @@ function GenerateInnerHTML(hkdb) {
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
finalHTMLFill += textFill;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(finalHTMLFill);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue