avoid global selector

remotes/origin/fix-10825
Arthur Schiwon 2014-07-08 20:12:10 +07:00 committed by Thomas Müller
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(