From 994109080c12cd612156c67c67cace61f3477374 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 2 Jul 2013 16:25:19 +0200 Subject: [PATCH] Fixed label management --- 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 50b43db..f9d8551 100644 --- a/files/js/WCF.Conversation.js +++ b/files/js/WCF.Conversation.js @@ -1057,7 +1057,7 @@ WCF.Conversation.Label.Manager = Class.extend({ this._deletedLabelID = 0; this._link = link; - this._labels = $('#conversationLabelFilter .dropdownMenu'); + this._labels = WCF.Dropdown.getDropdownMenu('conversationLabelFilter'); $('#manageLabel').click($.proxy(this._click, this)); this._notification = new WCF.System.Notification(WCF.Language.get('wcf.conversation.label.management.addLabel.success')); -- 2.20.1