fix(webui): get correct element for doAcquireCountItems #2794

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:fix-input into main 2025-09-20 00:29:07 -07:00
Showing only changes of commit fe759aba29 - Show all commits

View File

@ -2814,7 +2814,7 @@ function doAcquireCountItems(category) {
} else {
toast(loc("code_succRemoved"));
}
if (category != "miscitem") updateInventory();
if (category != "miscitems") updateInventory();
});
});
}