Commit ffd5a6d3 by Takatoshi Miura

ルーム検索で検索結果が画面半分にしか表示されないバグを修正

parent a4829cbb
......@@ -409,10 +409,6 @@ $(function() {
$('.overlay_src_msg').append(noResultMsg);
}
if (CHAT_UI.isLandscapeMode()) {
$(".chat_list").removeClass("col-12").addClass("col-6");
}
if (e.KeyCode == 13 || e.key == "Enter") {
$('#chat .search_form input[type="search"]').blur();
return ;
......
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