Commit 67e11f79 by Lee Munkyeong

fix bug

parent d214c054
......@@ -909,7 +909,7 @@ CHAT_UI.refreshContactScreen = function() {
});
$('#my_group_list').append(obj);
}
})
var favoriteGroupList = CHAT_DB.getFavoriteGroups();
favoriteGroupList.forEach(function(favoriteGroup) {
......@@ -923,7 +923,7 @@ CHAT_UI.refreshContactScreen = function() {
});
$('#favorite_list').append(obj);
}
})
var favoriteUserList = CHAT_DB.getFavoriteUsers();
favoriteUserList.forEach(function(favoriteUser) {
......@@ -939,7 +939,7 @@ CHAT_UI.refreshContactScreen = function() {
});
$('#favorite_list').append(obj);
}
})
console.log('LOAD DONE CONTACT SCREEN');
CHAT_UI.dismissLoadingIndicator();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment