This commit is contained in:
RochesterX
2026-03-11 12:41:58 -04:00
parent 66bb12cf86
commit 0336bc567f
6 changed files with 19 additions and 13 deletions

View File

@@ -44,10 +44,7 @@ async function updateSearch () {
positions.push("NOPE");
}
let resultObject = await postData("/getPlayers", {
player: document.getElementById("query").value || "%",
positions: positions
}, token);
let resultObject = await postData("/getPasswords", {}, token);
if (resultObject.matches.length === 0) {
nomatch.style.display = "";