notify after import

This commit is contained in:
Sainan 2025-01-20 08:54:37 +01:00
parent e910f2752f
commit b34caf73be

View File

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