diff --git a/static/webui/script.js b/static/webui/script.js index 3c4ddce5..9e0d970e 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -1098,6 +1098,7 @@ function doImport() { inventory: JSON.parse($("#import-inventory").val()) }) }).then(function () { + alert("Successfully imported."); updateInventory(); }); });