health and soul without span

This commit is contained in:
ReznoRMichael 2021-07-09 01:25:56 +02:00
parent 0e2a054116
commit fc355fb09c
3 changed files with 5 additions and 1 deletions

View file

@ -5231,6 +5231,7 @@ function SingleEntryFill(section, entry) {
} }
textSuffix += "".concat(p, "<sup>(").concat(entry.amountTotal, ")</sup>"); textSuffix += "".concat(p, "<sup>(").concat(entry.amountTotal, ")</sup>");
p = "";
break; break;
case "soul": case "soul":
@ -5243,6 +5244,7 @@ function SingleEntryFill(section, entry) {
} }
textSuffix += "".concat(p, "<sup>(").concat(Math.round(entry.amountTotal / 33), ")</sup>"); textSuffix += "".concat(p, "<sup>(").concat(Math.round(entry.amountTotal / 33), ")</sup>");
p = "";
break; break;
case "notches": case "notches":

File diff suppressed because one or more lines are too long

View file

@ -369,6 +369,7 @@ function SingleEntryFill(section, entry) {
textSuffix += `${p}<sup>(${entry.amountTotal})</sup>`; textSuffix += `${p}<sup>(${entry.amountTotal})</sup>`;
p = "";
break; break;
case "soul": case "soul":
@ -382,6 +383,7 @@ function SingleEntryFill(section, entry) {
textSuffix += `${p}<sup>(${Math.round(entry.amountTotal / 33)})</sup>`; textSuffix += `${p}<sup>(${Math.round(entry.amountTotal / 33)})</sup>`;
p = "";
break; break;
case "notches": case "notches":