Commit e8c92499 by Kim Jinsung

Bug #42598 チャット詳細画面で何も検索できない

parent f6859950
...@@ -17,6 +17,9 @@ ChatRoom.bindSearchUI = function () { ...@@ -17,6 +17,9 @@ ChatRoom.bindSearchUI = function () {
chatSearchInput.focus(); chatSearchInput.focus();
searchMessage.addClass("onfocus"); searchMessage.addClass("onfocus");
$(".chat_list").removeClass("none"); $(".chat_list").removeClass("none");
//メッセージ情報をCMS側から最新に更新
NativeBridgeDelegate.updatePreMessage("");
}); });
$(".chat_room_src_form .cancel").click(function () { $(".chat_room_src_form .cancel").click(function () {
......
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