Reorder challenge user list table.
This commit is contained in:
parent
2d961550cb
commit
6d59c03652
@ -753,14 +753,14 @@ const SCENES = {
|
|||||||
buttons.push(UI.button(LANG("challenge"), callback));
|
buttons.push(UI.button(LANG("challenge"), callback));
|
||||||
|
|
||||||
rows.push([
|
rows.push([
|
||||||
UI.text(LANG("unranked")),
|
|
||||||
UI.text(data.users[r].handle),
|
UI.text(data.users[r].handle),
|
||||||
|
UI.text(LANG("unranked")),
|
||||||
buttons,
|
buttons,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
let tbody = UI.table_content(
|
let tbody = UI.table_content(
|
||||||
[ LANG("rank"), LANG("handle"), "" ],
|
[ LANG("handle"), LANG("rank"), "" ],
|
||||||
rows,
|
rows,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user