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) {
|
||||
case "intro":
|
||||
textFill += "This is intro";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -195,7 +195,7 @@ function GenerateInnerHTML(hkdb) {
|
|||
|
||||
case "intro":
|
||||
|
||||
|
||||
textFill += "This is intro";
|
||||
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue