mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 20:16:31 +02:00
closes #1152
This commit is contained in:
@@ -127,7 +127,7 @@ define(function() {
|
||||
.append($('<img />').attr('src', results.users[x].picture))
|
||||
.append($('<span />').html(results.users[x].username));
|
||||
|
||||
resultsEl.appendChild(foundUser);
|
||||
resultsEl.append(foundUser);
|
||||
}
|
||||
} else {
|
||||
resultsEl.html('<li>No Users Found</li>');
|
||||
|
||||
Reference in New Issue
Block a user