From 7643de1161fa5e92d44d6aef8cf537a6657233c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1sztor=20G=C3=A1bor?= Date: Thu, 12 Nov 2015 11:27:30 +0100 Subject: [PATCH] Minor --- modules/system/assets/ui/js/inspector.manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/assets/ui/js/inspector.manager.js b/modules/system/assets/ui/js/inspector.manager.js index 9b49db512..a934f67fa 100644 --- a/modules/system/assets/ui/js/inspector.manager.js +++ b/modules/system/assets/ui/js/inspector.manager.js @@ -147,7 +147,7 @@ var applyEvent = $.Event('apply.oc.inspector') $container.trigger(applyEvent) - return applyEvent.isDefaultPrevented() ? false : true; + return !applyEvent.isDefaultPrevented(); } InspectorManager.prototype.containerHidingAllowed = function($container) {