Fixes condition
authorMatthias Schmidt <gravatronics@live.com>
Thu, 16 Jan 2014 19:20:40 +0000 (20:20 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 16 Jan 2014 19:20:40 +0000 (20:20 +0100)
wcfsetup/install/files/js/WCF.js

index 60598a60a5406a430f2a3dc8ec21597be6017955..451718181cd69a415c7e740c3a1f132ebd1aeb63 100755 (executable)
@@ -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());
                                }