complete tab
This commit is contained in:
parent
bc178651f7
commit
dfd492cb6a
3 changed files with 3 additions and 3 deletions
|
|
@ -7514,7 +7514,7 @@ function GenerateInnerHTML(db) {
|
||||||
|
|
||||||
case "statistics": // stats
|
case "statistics": // stats
|
||||||
|
|
||||||
case "godhomeStatistics":
|
case "pantheonOfHallownest":
|
||||||
// godhome
|
// godhome
|
||||||
finalHTMLFill += "</div>";
|
finalHTMLFill += "</div>";
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -562,7 +562,7 @@ function GenerateInnerHTML(db) {
|
||||||
case "achievements": // essential
|
case "achievements": // essential
|
||||||
case "huntersJournalOptional": // essential
|
case "huntersJournalOptional": // essential
|
||||||
case "statistics": // stats
|
case "statistics": // stats
|
||||||
case "godhomeStatistics": // godhome
|
case "pantheonOfHallownest": // godhome
|
||||||
|
|
||||||
finalHTMLFill += `</div>`;
|
finalHTMLFill += `</div>`;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue