From: Matthias Schmidt Date: Thu, 16 Jan 2014 19:20:40 +0000 (+0100) Subject: Fixes condition X-Git-Tag: 2.0.2~17^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5c65317212a8379ca875418d8ceb42ee9be784d9;p=GitHub%2FWoltLab%2FWCF.git Fixes condition --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 60598a60a5..451718181c 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -6997,7 +6997,7 @@ WCF.InlineEditor = Class.extend({ if (!$count) { $quickOption.trigger('click'); - if ($trigger === null) { + if ($trigger !== null) { WCF.Dropdown.close($trigger.parents('.dropdown').wcfIdentify()); }