first draft of function

This commit is contained in:
ReznoRMichael 2021-06-20 23:44:20 +02:00
parent 8ac3cf602c
commit 8665902fd9

View file

@ -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:
}
}
}
/**