feat(webui): add "Add Items" to acquire various items #209

Merged
Sainan merged 2 commits from webui-miscitems into main 2024-05-09 13:34:47 -07:00
Showing only changes of commit 5bf206885b - Show all commits

View File

@ -260,7 +260,7 @@ function doAcquireMiscItems() {
}
]
})
}).done(function() {
}).done(function () {
alert("Successfully added.");
});
}