horizontal line after save version
This commit is contained in:
parent
d675c051be
commit
40a434d869
3 changed files with 6 additions and 3 deletions
|
|
@ -5083,6 +5083,7 @@ function GenerateInnerHTML(db) {
|
|||
break;
|
||||
|
||||
case "health":
|
||||
textFill += FLEUR_DIVIDE;
|
||||
obj.div = divFlex;
|
||||
obj.span = ["", ""];
|
||||
entries[entry].permadeathMode ? Img = maskSteel : Img = maskNormal;
|
||||
|
|
@ -5252,7 +5253,6 @@ function GenerateInnerHTML(db) {
|
|||
/* ##################### Horizontal lines ####################### */
|
||||
|
||||
switch (_entry) {
|
||||
case "saveVersion":
|
||||
case "pantheonKnight":
|
||||
case "killedHollowKnightPrime":
|
||||
case "bossDoorStateTier5":
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -217,6 +217,10 @@ function GenerateInnerHTML(db) {
|
|||
break;
|
||||
|
||||
case "health":
|
||||
|
||||
/* ----------------- Horizontal Line after save version ---------------- */
|
||||
textFill += FLEUR_DIVIDE;
|
||||
|
||||
obj.div = divFlex;
|
||||
obj.span = ["", ""];
|
||||
|
||||
|
|
@ -398,7 +402,6 @@ function GenerateInnerHTML(db) {
|
|||
/* ##################### Horizontal lines ####################### */
|
||||
|
||||
switch (entry) {
|
||||
case "saveVersion":
|
||||
case "pantheonKnight":
|
||||
case "killedHollowKnightPrime":
|
||||
case "bossDoorStateTier5":
|
||||
|
|
|
|||
Loading…
Reference in a new issue