Commit aaa47ebb by Lee Daehyun

招待するとき同じ参加者があるチャットルームに移動しなく以前のチャットルームに移動するエラー修正

parent 0e476aab
......@@ -41,7 +41,6 @@
<!-- コンテンツ -->
<main id="chat_make_room_confirm">
<form action="chat_room.html" method="post">
<!-- ルーム名入力 -->
<div class="room_name">
<label><h2>ルーム名</h2></label>
......@@ -60,7 +59,6 @@
<button type="button" name="button">
チャット開始</button>
</div>
</form>
</main>
......
......@@ -1585,7 +1585,7 @@ CHAT_UI.refreshArchiveScreen = function() {
CHAT_UI.dismissLoadingIndicator();
return;
}
carchiveList.forEach(function(archive) {
archiveList.forEach(function(archive) {
var typeImage = "";
switch(archive.archiveType) {
case 0: // 画像
......
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