Commit 9615d166 by Lee Munkyeong

Conflict修正

parent 6eaeba8d
......@@ -503,7 +503,7 @@ $(function() {
}
if (e.key == "Enter" || e.KeyCode == 13) {
$('#searchMessage').removeClass('onfocus');
$('#contact .search_form input[type="search"]').blur();
$('.chat_room_src_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