Change displayed text.
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
if (root.tagName == 'players') {
|
if (root.tagName == 'players') {
|
||||||
var playersDiv = $("#displayUsers");
|
var playersDiv = $("#displayUsers");
|
||||||
playersDiv.html("");
|
playersDiv.html("");
|
||||||
playersDiv.append("Similar players:");
|
playersDiv.append("Similar accounts:");
|
||||||
|
|
||||||
var table = $("<table></table>");
|
var table = $("<table></table>");
|
||||||
table.append("<tr><th>Id</th><th>Name</th><th>Password (hash)</th><th>Create IP</th><th>Login IP</th><th>User status</th></tr>");
|
table.append("<tr><th>Id</th><th>Name</th><th>Password (hash)</th><th>Create IP</th><th>Login IP</th><th>User status</th></tr>");
|
||||||
|
|||||||
Reference in New Issue
Block a user