VRFS-727 fix syntax error in selector resulting in duplicate friend list

This commit is contained in:
Brian Smith 2013-10-14 22:25:15 -04:00
parent 520a8616bc
commit 17c7e73894
1 changed files with 1 additions and 1 deletions

View File

@ -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) {