Merge pull request #4472 from nextcloud/downstream-27714

Allow apps to register plugins for the user management
This commit is contained in:
Roeland Jago Douma 2017-04-24 19:44:57 +02:00 committed by GitHub
commit d01832ff64
1 changed files with 1 additions and 0 deletions

View File

@ -677,6 +677,7 @@ var UserList = {
};
$(document).ready(function () {
OC.Plugins.attach('OC.Settings.UserList', UserList);
$userList = $('#userlist');
$userListBody = $userList.find('tbody');
$userListHead = $userList.find('thead');