feat: import #831

Merged
Sainan merged 39 commits from import into main 2025-01-20 03:19:32 -08:00
Showing only changes of commit b34caf73be - Show all commits

View File

@ -1098,6 +1098,7 @@ function doImport() {
inventory: JSON.parse($("#import-inventory").val())
})
}).then(function () {
alert("Successfully imported.");
updateInventory();
});
});