Commit 3f02b9af by Lee Munkyeong

#551対応。

parent 9c802a74
...@@ -482,7 +482,7 @@ $(function() { ...@@ -482,7 +482,7 @@ $(function() {
jQueryMessages.append(noResultMsg); jQueryMessages.append(noResultMsg);
} }
if (e.key == "Enter" || e.KeyCode == 13) { if (e.key == "Enter" || e.KeyCode == 13) {
$('#contact .search_form input[type="search"]').blur(); $('.chat_room_src_form input[type="search"]').blur();
return; 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