testing intro

This commit is contained in:
ReznoRMichael 2021-06-27 10:46:18 +02:00
parent d699a50116
commit 4a8107ea92
3 changed files with 3 additions and 2 deletions

View file

@ -4742,6 +4742,7 @@ function GenerateInnerHTML(hkdb) {
switch (section) { switch (section) {
case "intro": case "intro":
textFill += "This is intro";
break; break;
default: default:

File diff suppressed because one or more lines are too long

View file

@ -195,7 +195,7 @@ function GenerateInnerHTML(hkdb) {
case "intro": case "intro":
textFill += "This is intro";
break; break;
default: default: