Use a more salient variable name.
Use a style thats readable with brevity.
This commit is contained in:
parent
93ef067b8c
commit
1d65eb036e
2 changed files with 5 additions and 10 deletions
|
|
@ -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"]
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue