diff --git a/settings/js/users/users.js b/settings/js/users/users.js index 5fd4e9d235..3b25bcd5b5 100644 --- a/settings/js/users/users.js +++ b/settings/js/users/users.js @@ -880,4 +880,8 @@ $(document).ready(function () { // trigger loading of users on startup UserList.update(UserList.currentGid, initialUserCountLimit); + _.defer(function() { + $('#app-content').trigger($.Event('apprendered')); + }); + });