From 02ce3a8aabc1a72ae3c5e3ac38365e32ffa35e33 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 13 Nov 2012 02:58:11 +0100 Subject: [PATCH] Fixed conversation issues --- files/js/WCF.Conversation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/js/WCF.Conversation.js b/files/js/WCF.Conversation.js index 5ccbf62..1fafb4a 100644 --- a/files/js/WCF.Conversation.js +++ b/files/js/WCF.Conversation.js @@ -1341,7 +1341,7 @@ WCF.Conversation.MarkAsRead = Class.extend({ success: $.proxy(this._success, this) }); - $('.conversationList .new .columnAvatar').on('dblclick', $.proxy(this._dblclick, this)); + $(document).on('dblclick', '.conversationList .new .columnAvatar', $.proxy(this._dblclick, this)); }, /** -- 2.20.1