Commit b95bf3fb by Lee Munkyeong

Merge branch 'features/#551_空検索してもキーボードが日表示されない' into 'release_sp3'

#551対応。

See merge request !53
parents 1d31b4bf 3f02b9af
...@@ -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