add comment

This commit is contained in:
ReznoRMichael 2021-07-03 23:00:18 +02:00
parent e08d91d495
commit 87a88094c6

View file

@ -186,6 +186,7 @@ function GenerateInnerHTML(sections) {
/* create all main entries */
switch (section) {
case "hints":
/* display only one (current) hint */
textFill += SingleEntryFill(section, entries[sections[section].current]);
break;