From 5c65317212a8379ca875418d8ceb42ee9be784d9 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 16 Jan 2014 20:20:40 +0100 Subject: [PATCH] Fixes condition --- 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 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()); } -- 2.20.1