VRFS-727 fix syntax error in selector resulting in duplicate friend list
This commit is contained in:
parent
520a8616bc
commit
17c7e73894
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
function updateFriendList(response) {
|
||||
$('#sidebar-friend-list li:not(.invite-friend-row').remove();
|
||||
$('#sidebar-friend-list li:not(.invite-friend-row)').remove();
|
||||
|
||||
// show online friends first (sort by first name within online/offline groups)
|
||||
response.sort(function(a, b) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue