Trigger "apprendered" event in users page

This will properly update the controls bar width and display the search
box initially.
This commit is contained in:
Vincent Petry 2015-07-29 11:01:51 +02:00
parent 6ada1e3276
commit f4168fcf40
1 changed files with 4 additions and 0 deletions

View File

@ -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'));
});
});