testing intro
This commit is contained in:
parent
d699a50116
commit
4a8107ea92
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
|
@ -195,7 +195,7 @@ function GenerateInnerHTML(hkdb) {
|
||||||
|
|
||||||
case "intro":
|
case "intro":
|
||||||
|
|
||||||
|
textFill += "This is intro";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue