Commit 56f8fddc by Kim Peace

Fixed check and get check user timing order

parent 806d1193
...@@ -86,13 +86,13 @@ ChatRoom.bindSearchUI = function () { ...@@ -86,13 +86,13 @@ ChatRoom.bindSearchUI = function () {
} }
}); });
ChatRoom.bindUserFilteredMessage();
// フィルタ選択イベント // フィルタ選択イベント
$(document).on("click", "#filter .img_wrap", function (event) { $(document).on("click", "#filter .img_wrap", function (event) {
// チェックアイコン追加 // チェックアイコン追加
$(this).toggleClass("filter"); $(this).toggleClass("filter");
}); });
ChatRoom.bindUserFilteredMessage();
}; };
ChatRoom.bindUserFilteredMessage = function () { ChatRoom.bindUserFilteredMessage = 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