feat(webui): adding kitgun #1382

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:webui-kitgun into main 2025-03-30 08:12:47 -07:00
Showing only changes of commit 82eff8b8d0 - Show all commits

View File

@ -269,7 +269,6 @@ function fetchItemList() {
.getElementById("datalist-" + type + "-" + item.partType.slice(5)) .getElementById("datalist-" + type + "-" + item.partType.slice(5))
.appendChild(option); .appendChild(option);
} else { } else {
console.log(item.partType);
const option = document.createElement("option"); const option = document.createElement("option");
option.setAttribute("data-key", item.uniqueName); option.setAttribute("data-key", item.uniqueName);
option.value = item.name; option.value = item.name;