Commit cade5986 by Lee Daehyun

インデント修正

parent 03210a55
......@@ -1321,6 +1321,7 @@ CHAT_UI.refreshAllGroupSearch = function(paramGroupId) {
$('.overlay_src_msg').empty();
$('#tabAllGroup').prop('checked', true);
//オンライン状態であればサーバから情報更新。
if (IS_ONLINE == 'true') {
android.updateGroupInfo(groupId);
......@@ -1949,8 +1950,4 @@ CHAT_UI.showMakeRoomConfirmView = function() {
}
});
//上位グループ、トップグループ遷移ボタンのイベント追加。
if (typeof result.parentGroupId === 'undefined') {
$('.colporate_none').addClass('none');
}
}
\ No newline at end of file
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