From 8e2b427a2a1400fb0dac3034e2b41ca91fe1304c Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 1 Jun 2013 17:11:14 +0200 Subject: [PATCH] Fixes empty drop down issue with WCF.Search.Base --- 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 7c08eae99c..1dd42adbfc 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -5521,7 +5521,7 @@ WCF.Search.Base = Class.extend({ this._searchInput.val(''); } - this._list.parent().removeClass('dropdownOpen').end().empty(); + this._list.removeClass('dropdownOpen').end().empty(); WCF.CloseOverlayHandler.removeCallback('WCF.Search.Base'); -- 2.20.1