name corrections

This commit is contained in:
ReznoRMichael 2021-08-05 10:46:11 +02:00
parent 2074000f1a
commit b42d3347dc
4 changed files with 16 additions and 16 deletions

View file

@ -4157,7 +4157,7 @@ var HK = {
essential: { essential: {
h2: "Game Completion Essentials", h2: "Game Completion Essentials",
id: "hk-essential", id: "hk-essential",
description: "All things that don't count directly towards 112% Game Completion, but are indirectly required to achieve a large part of the 112% points.", description: "All things that don't count directly towards 112% Game Completion, but are required to achieve a large part of 112% points.",
entries: { entries: {
/* /*
Soul Warrior 2 (Shade Soul) Soul Warrior 2 (Shade Soul)
@ -7228,7 +7228,7 @@ function CompletionHTML(jsObj, hkGameCompletion) {
} }
} }
} }
/* ################################### Optimized Functions ###################################### */ /* ################################### Optimized Functions ########################################################################## */
function GenerateInnerHTML(db) { function GenerateInnerHTML(db) {
@ -7274,15 +7274,15 @@ function GenerateInnerHTML(db) {
var geoShadeImage = "<img src='".concat(_img_geo_shade_png__WEBPACK_IMPORTED_MODULE_8__, "' class='geo-symbol' alt='shade geo symbol image' title='Shade Geo'>"); var geoShadeImage = "<img src='".concat(_img_geo_shade_png__WEBPACK_IMPORTED_MODULE_8__, "' class='geo-symbol' alt='shade geo symbol image' title='Shade Geo'>");
var div = "<div class='single-entry'>"; var div = "<div class='single-entry'>";
var divFlex = "<div class='flex-container align-center'>"; var divFlex = "<div class='flex-container align-center'>";
/* ############################## create all main entries ############################## */ /* ############################## create all main entries ########################################################################## */
for (var section in sections) { for (var section in sections) {
textFill = ""; textFill = "";
/* ############################# Tab Switch buttons and <div>s ############################# */ /* ############################# Tab Switch buttons and <div>s ################################################################### */
switch (section) { switch (section) {
case "bosses": case "bosses":
textFill += ["<div class=\"tab-switch-buttons\">", "<button id=\"button-switch-main\" name=\"main\" class=\"button tab-switch\" type=\"button\">Main</button>", "<button id=\"button-switch-essential\" name=\"essential\" class=\"button tab-switch\" type=\"button\">Essentials</button>", "<button id=\"button-switch-journal\" name=\"journal\" class=\"button tab-switch\" type=\"button\">Journal</button>", "<button id=\"button-switch-statistics\" name=\"statistics\" class=\"button tab-switch\" type=\"button\">Stats</button>", "<button id=\"button-switch-godhome\" name=\"godhome\" class=\"button tab-switch\" type=\"button\">Godmaster</button>", "</div>"].join("\n"); textFill += ["<div class=\"tab-switch-buttons\">", "<button id=\"button-switch-main\" name=\"main\" class=\"button tab-switch\" type=\"button\">Main %</button>", "<button id=\"button-switch-essential\" name=\"essential\" class=\"button tab-switch\" type=\"button\">Essentials %</button>", "<button id=\"button-switch-journal\" name=\"journal\" class=\"button tab-switch\" type=\"button\">Journal</button>", "<button id=\"button-switch-statistics\" name=\"statistics\" class=\"button tab-switch\" type=\"button\">Stats</button>", "<button id=\"button-switch-godhome\" name=\"godhome\" class=\"button tab-switch\" type=\"button\">Godmaster</button>", "</div>"].join("\n");
textFill += "<div id=\"tab-main\" class=\"large-section\">"; textFill += "<div id=\"tab-main\" class=\"large-section\">";
break; break;
@ -7317,7 +7317,7 @@ function GenerateInnerHTML(db) {
} else { } else {
textFill += CompletionFillNoSave(sections[section]); textFill += CompletionFillNoSave(sections[section]);
} }
/* #################### Different behaviour depending on the section ####################### */ /* ######################## Different behaviour depending on the section ###################################################### */
switch (section) { switch (section) {
@ -7631,7 +7631,7 @@ function GenerateInnerHTML(db) {
console.log(finalHTMLFill); console.log(finalHTMLFill);
console.groupEnd(); */ console.groupEnd(); */
/* ##################### Horizontal line ####################### */ /* ################################## Horizontal line ############################################################################# */
finalHTMLFill += FLEUR_DIVIDE; finalHTMLFill += FLEUR_DIVIDE;

File diff suppressed because one or more lines are too long

View file

@ -1063,7 +1063,7 @@ const HK = {
essential: { essential: {
h2: "Game Completion Essentials", h2: "Game Completion Essentials",
id: "hk-essential", id: "hk-essential",
description: "All things that don't count directly towards 112% Game Completion, but are indirectly required to achieve a large part of the 112% points.", description: "All things that don't count directly towards 112% Game Completion, but are required to achieve a large part of 112% points.",
entries: { entries: {
/* /*
Soul Warrior 2 (Shade Soul) Soul Warrior 2 (Shade Soul)

View file

@ -180,7 +180,7 @@ function CompletionHTML(jsObj, hkGameCompletion) {
} }
/* ################################### Optimized Functions ###################################### */ /* ################################### Optimized Functions ########################################################################## */
function GenerateInnerHTML(db) { function GenerateInnerHTML(db) {
@ -234,14 +234,14 @@ function GenerateInnerHTML(db) {
let divFlex = `<div class='flex-container align-center'>`; let divFlex = `<div class='flex-container align-center'>`;
/* ############################## create all main entries ############################## */ /* ############################## create all main entries ########################################################################## */
for (let section in sections) { for (let section in sections) {
textFill = ""; textFill = "";
/* ############################# Tab Switch buttons and <div>s ############################# */ /* ############################# Tab Switch buttons and <div>s ################################################################### */
switch (section) { switch (section) {
@ -249,8 +249,8 @@ function GenerateInnerHTML(db) {
textFill += [ textFill += [
`<div class="tab-switch-buttons">`, `<div class="tab-switch-buttons">`,
`<button id="button-switch-main" name="main" class="button tab-switch" type="button">Main</button>`, `<button id="button-switch-main" name="main" class="button tab-switch" type="button">Main %</button>`,
`<button id="button-switch-essential" name="essential" class="button tab-switch" type="button">Essentials</button>`, `<button id="button-switch-essential" name="essential" class="button tab-switch" type="button">Essentials %</button>`,
`<button id="button-switch-journal" name="journal" class="button tab-switch" type="button">Journal</button>`, `<button id="button-switch-journal" name="journal" class="button tab-switch" type="button">Journal</button>`,
`<button id="button-switch-statistics" name="statistics" class="button tab-switch" type="button">Stats</button>`, `<button id="button-switch-statistics" name="statistics" class="button tab-switch" type="button">Stats</button>`,
`<button id="button-switch-godhome" name="godhome" class="button tab-switch" type="button">Godmaster</button>`, `<button id="button-switch-godhome" name="godhome" class="button tab-switch" type="button">Godmaster</button>`,
@ -302,7 +302,7 @@ function GenerateInnerHTML(db) {
} }
/* #################### Different behaviour depending on the section ####################### */ /* ######################## Different behaviour depending on the section ###################################################### */
switch (section) { switch (section) {
@ -635,7 +635,7 @@ function GenerateInnerHTML(db) {
console.log(finalHTMLFill); console.log(finalHTMLFill);
console.groupEnd(); */ console.groupEnd(); */
/* ##################### Horizontal line ####################### */ /* ################################## Horizontal line ############################################################################# */
finalHTMLFill += FLEUR_DIVIDE; finalHTMLFill += FLEUR_DIVIDE;