feat(webui): acquiring gear items via "Add Items" #340

Merged
Sainan merged 2 commits from gear into main 2024-06-20 12:22:01 -07:00
Showing only changes of commit 48ff846b8c - Show all commits

View File

@ -535,8 +535,8 @@ function doAcquireMiscItems() {
});
}
$("#miscitem-name").on("input", () => {
$("#miscitem-name").removeClass("is-invalid");
$("#miscitem-type").on("input", () => {
$("#miscitem-type").removeClass("is-invalid");
});
function doAcquireRiven() {