mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-03 05:09:48 +01:00
fix indent
This commit is contained in:
@@ -52,8 +52,7 @@ define('admin/manage/group', [
|
||||
for (x = 0; x < numResults; x++) {
|
||||
foundUser = $('<li />');
|
||||
foundUser
|
||||
.attr({title:
|
||||
results.users[x].username,
|
||||
.attr({title: results.users[x].username,
|
||||
'data-uid': results.users[x].uid,
|
||||
'data-username': results.users[x].username,
|
||||
'data-userslug': results.users[x].userslug,
|
||||
|
||||
Reference in New Issue
Block a user