Use a more salient variable name.

Use a style thats readable with brevity.
This commit is contained in:
Xaekai 2017-05-24 19:08:53 -07:00
parent 93ef067b8c
commit 1d65eb036e
2 changed files with 5 additions and 10 deletions

View file

@ -143,7 +143,7 @@ socket.on("acp-gbanlist", function (bans) {
}
}
socket.emit("acp-list-users", {
query: $("#acp-ulookup-query").val(),
value: $("#acp-ulookup-query").val(),
field: $(this).data()["field"]
});
};