mirror of
https://github.com/simon987/sist2.git
synced 2025-12-11 14:38:54 +00:00
Static build (scan only)
This commit is contained in:
@@ -29,7 +29,7 @@ $.jsonPost("i").then(resp => {
|
||||
resp["indices"].forEach(idx => {
|
||||
$("#indices").append($("<option>")
|
||||
.attr("value", idx.id)
|
||||
.attr("selected", true)
|
||||
.attr("selected", !idx.name.includes("(nsfw)"))
|
||||
.append(idx.name)
|
||||
);
|
||||
selectedIndices.push(idx.id);
|
||||
|
||||
Reference in New Issue
Block a user