mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Minor
This commit is contained in:
parent
00bdd0dc06
commit
7643de1161
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user