Browse Source
Allow apps to register plugins for the user management
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4472/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
1 additions and
0 deletions
-
settings/js/users/users.js
|
|
|
@ -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'); |
|
|
|
|