diff --git a/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js b/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js index 768e85b7..d94af41f 100644 --- a/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js +++ b/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js @@ -1640,7 +1640,7 @@ if (root[childKey] && root[childKey].length > 0) { view.createNodes(setting, 0, root[childKey]); } else if (setting.async.enable && setting.async.url && setting.async.url !== '') { - view.asyncNode(setting); +// view.asyncNode(setting); } return zTreeTools; }