Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 53cd226

Browse files
committed
BC compatibility
1 parent 87739c5 commit 53cd226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/public/js/admin_tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var AdminTree = (function () {
150150
var routing_defaults = config.routing_defaults;
151151
routing_defaults.id = node.attr("url_safe_id");
152152

153-
if (config.deleteInOverlay) {
153+
if (config.deleteInOverlay != undefined && config.deleteInOverlay === true) {
154154
generateDialog(
155155
Routing.generate(
156156
config.types[node.attr("rel")].routes.delete_route,

0 commit comments

Comments
 (0)