mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
avoid global selector
This commit is contained in:
parent
e2c935d6fb
commit
bdc36461a7
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ GroupList = {
|
|||
},
|
||||
|
||||
sortGroups: function () {
|
||||
var lis = $('.isgroup').get();
|
||||
var lis = $userGroupList.find('.isgroup').get();
|
||||
|
||||
lis.sort(function (a, b) {
|
||||
return UserList.alphanum(
|
||||
|
|
|
|||
Loading…
Reference in a new issue