avoid global selector

This commit is contained in:
Arthur Schiwon 2014-07-08 20:12:10 +02:00 committed by Thomas Müller
parent e2c935d6fb
commit bdc36461a7

View file

@ -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(