diff --git a/public/src/forum/users.js b/public/src/forum/users.js index 8d57e1e5fc..da85fcc8ab 100644 --- a/public/src/forum/users.js +++ b/public/src/forum/users.js @@ -112,7 +112,7 @@ define(function() { } if (set) { - startLoading(set, $('#users-inner-container .registered-user').children().length); + startLoading(set, $('#users-inner-container').children('.registered-user').length); } }