feat(webui): boosters #2140

Merged
Sainan merged 9 commits from nyaoouo/SpaceNinjaServer:Web-UI-Add-Boosters into main 2025-06-12 04:54:17 -07:00
Showing only changes of commit 3c6ec5c5c9 - Show all commits

View File

@ -1086,7 +1086,6 @@ function updateInventory() {
event.preventDefault(); event.preventDefault();
setBooster(ItemType, 0); setBooster(ItemType, 0);
}; };
removeButton.classList.add("me-2");
td.appendChild(removeButton); td.appendChild(removeButton);
tr.appendChild(td); tr.appendChild(td);