From 21b088389df5a3f9d8e1a9cd3a05bfc5b419583b Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 30 Jul 2013 17:18:35 +0200 Subject: [PATCH] Fixes hiding of inline editor dropdown menu --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 580883189a..57b293e989 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -6462,7 +6462,7 @@ WCF.InlineEditor = Class.extend({ */ _hide: function(elementID) { if (this._dropdowns[elementID]) { - this._dropdowns[elementID].empty().parent('span').removeClass('dropdownOpen'); + this._dropdowns[elementID].empty().removeClass('dropdownOpen'); } } }); -- 2.20.1