minor corrections
This commit is contained in:
parent
baef97fbed
commit
7389518e9a
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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')) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue