From: Matthias Schmidt Date: Sat, 1 Jun 2013 15:11:14 +0000 (+0200) Subject: Fixes empty drop down issue with WCF.Search.Base X-Git-Tag: 2.0.0_Beta_3~51^2~7^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8e2b427a2a1400fb0dac3034e2b41ca91fe1304c;p=GitHub%2FWoltLab%2FWCF.git Fixes empty drop down issue with WCF.Search.Base --- 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');