diff --git a/static/webui/script.js b/static/webui/script.js index ad897f45..05a9a400 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -1086,7 +1086,6 @@ function updateInventory() { event.preventDefault(); setBooster(ItemType, 0); }; - removeButton.classList.add("me-2"); td.appendChild(removeButton); tr.appendChild(td);