mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
Merge pull request #17946 from owncloud/settings-users-apprenderedforsearchbox
Trigger "apprendered" event in users page
This commit is contained in:
commit
f9f4012efe
1 changed files with 4 additions and 0 deletions
|
|
@ -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'));
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue