Update static/webui/script.js
This commit is contained in:
parent
5a6c06f956
commit
414d85169c
@ -449,7 +449,6 @@ function updateInventory() {
|
||||
const td = document.createElement("td");
|
||||
td.textContent = itemMap[fingerprint.compat]?.name ?? fingerprint.compat;
|
||||
td.textContent += " " + RivenParser.parseRiven(rivenType, fingerprint, 1).name;
|
||||
fingerprint.rerolls ??= 0;
|
||||
td.innerHTML +=
|
||||
" <span title='" +
|
||||
loc("code_buffsNumber") +
|
||||
@ -466,7 +465,7 @@ function updateInventory() {
|
||||
" <span title='" +
|
||||
loc("code_rerollsNumber") +
|
||||
"'>⟳ " +
|
||||
parseInt(fingerprint.rerolls) +
|
||||
(fingerprint.rerolls ?? 0) +
|
||||
"</span>";
|
||||
tr.appendChild(td);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user