feat(webui): remove unranked mods #1778

Merged
Sainan merged 2 commits from webui-mods into main 2025-04-22 10:00:11 -07:00
Showing only changes of commit 45fbdd1f35 - Show all commits

View File

@ -788,7 +788,7 @@ function updateInventory() {
{
const td = document.createElement("td");
td.classList = "text-end text-nowrap";
{
if (maxRank != 0) {
const a = document.createElement("a");
a.href = "#";
a.onclick = function (event) {