first draft of function
This commit is contained in:
parent
8ac3cf602c
commit
8665902fd9
1 changed files with 13 additions and 0 deletions
|
|
@ -137,6 +137,19 @@ function CompletionHTML(jsObj, hkGameCompletion) {
|
|||
function GenerateInnerHTML(hkdb) {
|
||||
|
||||
console.log(hkdb);
|
||||
|
||||
for (let section in hkdb.DIV_ID) {
|
||||
|
||||
switch (section) {
|
||||
|
||||
case "intro":
|
||||
|
||||
|
||||
|
||||
break;
|
||||
default:
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue