Skip to content
Snippets Groups Projects
Commit f9f4012e authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #17946 from owncloud/settings-users-apprenderedforsearchbox

Trigger "apprendered" event in users page
parents cb572ba0 f4168fcf
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment