Allow apps to register plugins for the user management

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-04-24 16:07:02 +02:00
parent b156117cbd
commit 77b202ce80
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
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');