From 84c590b464c54ae3eca172c9656eab2d2b179777 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:17:55 +0200 Subject: [PATCH] details --- static/webui/index.html | 2 +- static/webui/script.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/webui/index.html b/static/webui/index.html index b7811335..caf7be01 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -794,7 +794,7 @@ - + diff --git a/static/webui/script.js b/static/webui/script.js index 6b903f08..209d727e 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -1452,7 +1452,6 @@ function addMissingEquipment(categories) { async function addMissingHelminthRecipes() { await revalidateAuthz(); await fetch("/custom/addMissingHelminthBlueprints?" + window.authz); - updateInventory(); } function addMissingEvolutionProgress() {