mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 00:09:41 +01: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