Rebase cleanup.
Removing code that should not have been restored. Originally removed in 45fd8f6d.
This commit is contained in:
parent
ad1c34db45
commit
c38548a1aa
|
@ -455,7 +455,6 @@ $(document).ready(function () {
|
|||
|
||||
// Implements User Search
|
||||
filter = new UserManagementFilter($('#usersearchform input'), UserList, GroupList);
|
||||
filter.addResetButton($('.userFilterReset').first());
|
||||
|
||||
UserList.doSort();
|
||||
UserList.availableGroups = $userList.data('groups');
|
||||
|
|
|
@ -30,6 +30,5 @@
|
|||
<?php endif; ?>
|
||||
<form autocomplete="off" id="usersearchform">
|
||||
<input type="text" class="input userFilter" placeholder="<?php p($l->t('Search Users and Groups')); ?>" />
|
||||
<span class="svg icon-delete userFilterReset"></span>
|
||||
</form>
|
||||
</div>
|
Loading…
Reference in New Issue