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
parent
commit
77b202ce80
No known key found for this signature in database GPG Key ID: E166FD8976B3BAC8
  1. 1
      settings/js/users/users.js

1
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');

Loading…
Cancel
Save