user search shouldn't replace the whole top-level userbox

v1.18.x
Vincent Briglia 12 years ago
parent 19ad9ab224
commit b1003e954e

@ -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;

Loading…
Cancel
Save