Commit 78f28fa1 by Lee Munkyeong

コード整理

parent 6ee54ba1
......@@ -926,7 +926,6 @@ CHAT_UI.refreshContactScreen = function() {
}
var myInfo = CHAT_DB.getMyInfo();
console.log(myInfo);
myInfo.profileImagePath = CHAT.getProfileImgUrl(myInfo.profileUrl)
......@@ -947,7 +946,6 @@ CHAT_UI.refreshContactScreen = function() {
//お気に入りグループ取得。
var favoriteGroupList = CHAT_DB.getFavoriteGroups();
console.log(favoriteGroupList);
favoriteGroupList.forEach(function(favoriteGroup) {
let html = Mustache.render(groupTemplate, {
name: favoriteGroup.groupName,
......
......@@ -3,7 +3,6 @@ $(function() {
$('#contact .search_form input[type="search"]').keyup(function(){
var isAllGroup = $('#tabAllGroup').is(':checked');
console.log(isAllGroup);
$('.overlay_src_msg').empty();
//全グループ検索画面
......
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