From b34caf73beaabbfa35c61883c5a3f055e34fada3 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 20 Jan 2025 08:54:37 +0100 Subject: [PATCH] notify after import --- static/webui/script.js | 1 + 1 file changed, 1 insertion(+) 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(); }); });