Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop
This commit is contained in:
commit
b4aa568351
|
|
@ -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