mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: admin panel joined date
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
'</tr>';
|
||||
|
||||
function userRow(u) {
|
||||
var joined = new Date(u.created_at).toLocaleDateString();
|
||||
var joined = new Date(u.created_at).toLocaleDateString('en-GB');
|
||||
var blocked = u.blocked === true || u.blocked === 't' || u.blocked === '1';
|
||||
var status = blocked
|
||||
? '<span class="admin-badge admin-badge--blocked">Blocked</span>'
|
||||
|
||||
Reference in New Issue
Block a user