mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
user search shouldn't replace the whole top-level userbox
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
var html = templates.prepare(templates['users'].blocks['users']).parse({
|
||||
users: data
|
||||
}),
|
||||
userListEl = document.querySelector('.users');
|
||||
userListEl = document.querySelector('#users-container');
|
||||
|
||||
userListEl.innerHTML = html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user