mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #4472 from nextcloud/downstream-27714
Allow apps to register plugins for the user management
This commit is contained in:
commit
d01832ff64
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue