Commit 2569cb4e by Lee Munkyeong

ルーム開設画面の最初表示修正。

parent f9f13056
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
<!-- タブ --> <!-- タブ -->
<div class="content tabs"> <div class="content tabs">
<input id="tabMyGroupOnMakeRoom" type="radio" name="tab_item"> <input id="tabMyGroupOnMakeRoom" type="radio" name="tab_item" checked>
<label class="tab_item" for="tabMyGroupOnMakeRoom">マイグループ</label> <label class="tab_item" for="tabMyGroupOnMakeRoom">マイグループ</label>
<input id="tabAllGroupOnMakeRoom" type="radio" name="tab_item" checked> <input id="tabAllGroupOnMakeRoom" type="radio" name="tab_item">
<label class="tab_item" for="tabAllGroupOnMakeRoom">全グループ</label> <label class="tab_item" for="tabAllGroupOnMakeRoom">全グループ</label>
<div class="tab_content" id="tab1_content"> <div class="tab_content" id="tab1_content">
<div class="chat_list"> <div class="chat_list">
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
} else { } else {
$('.select_member_num').text('0'); $('.select_member_num').text('0');
} }
CHAT_UI.refreshAllGroupForMakeRoom(groupSearchFlg.ROOT); CHAT_UI.refreshMyGroupForMakeRoom();
}; };
</script> </script>
</body> </body>
......
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