mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fixed users page lists
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user