minor corrections

This commit is contained in:
ReznoRMichael 2021-08-01 20:54:09 +02:00
parent baef97fbed
commit 7389518e9a
4 changed files with 5 additions and 5 deletions

View file

@ -5918,7 +5918,7 @@ var HK = {
wiki: "Millibelle"
},
bankerSpaMet: {
name: "Found & Talked to the Thief",
name: "Found & Talked to Millibelle",
spoiler: "City of Tears: Hot Springs, Simple Key",
wiki: "Millibelle"
},
@ -7067,7 +7067,7 @@ function GenerateInnerHTML(db) {
PageSwitchTab(e.target.name);
});
});
/* Check local storage first, and set the last selected Tab on the page */
/* Check local storage first, and set the last selected Tab on the page (remembers last clicked tab) */
if (StorageAvailable('localStorage')) {
if (localStorage.getItem("hkTabActive")) {

File diff suppressed because one or more lines are too long

View file

@ -2823,7 +2823,7 @@ const HK = {
wiki: "Millibelle"
},
bankerSpaMet: {
name: "Found & Talked to the Thief",
name: "Found & Talked to Millibelle",
spoiler: "City of Tears: Hot Springs, Simple Key",
wiki: "Millibelle"
},

View file

@ -587,7 +587,7 @@ function GenerateInnerHTML(db) {
});
});
/* Check local storage first, and set the last selected Tab on the page */
/* Check local storage first, and set the last selected Tab on the page (remembers last clicked tab) */
if (StorageAvailable('localStorage')) {