fix(webui): none syndicate (#2477)
Closes #2475 Reviewed-on: #2477 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
b18f06087b
commit
66f3d65d77
@ -282,6 +282,7 @@ function fetchItemList() {
|
||||
});
|
||||
|
||||
const syndicateNone = document.createElement("option");
|
||||
syndicateNone.value = "";
|
||||
syndicateNone.textContent = loc("cheats_none");
|
||||
document.getElementById("changeSyndicate").innerHTML = "";
|
||||
document.getElementById("changeSyndicate").appendChild(syndicateNone);
|
||||
|
Loading…
x
Reference in New Issue
Block a user