Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop

This commit is contained in:
Jonathan Kolyer 2013-10-15 08:37:14 -05:00
commit b4aa568351
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) {