add comment
This commit is contained in:
parent
7730b5a3d0
commit
d828cc071f
1 changed files with 3 additions and 1 deletions
|
|
@ -321,6 +321,8 @@ function SingleEntryFill(section, entry) {
|
|||
if (!textPrefix.length) b = ["", ""];
|
||||
if (wiki.length) b = [`<a class="wiki" href="${WIKI_LINK}${wiki}" target="_blank">`, "</a>"];
|
||||
|
||||
/* #################### Different behaviour depending on the section ####################### */
|
||||
|
||||
switch (section) {
|
||||
|
||||
case "intro":
|
||||
|
|
@ -332,7 +334,7 @@ function SingleEntryFill(section, entry) {
|
|||
case "gameCompletion":
|
||||
textSuffix = `${entry.spoiler} %`;
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue