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 (!textPrefix.length) b = ["", ""];
|
||||||
if (wiki.length) b = [`<a class="wiki" href="${WIKI_LINK}${wiki}" target="_blank">`, "</a>"];
|
if (wiki.length) b = [`<a class="wiki" href="${WIKI_LINK}${wiki}" target="_blank">`, "</a>"];
|
||||||
|
|
||||||
|
/* #################### Different behaviour depending on the section ####################### */
|
||||||
|
|
||||||
switch (section) {
|
switch (section) {
|
||||||
|
|
||||||
case "intro":
|
case "intro":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue