Enabled adding new attributes to a DN
This commit is contained in:
2
public/js/custom.js
vendored
2
public/js/custom.js
vendored
@@ -13,7 +13,7 @@ function expandChildren(node) {
|
||||
|
||||
function getNode(item) {
|
||||
$.ajax({
|
||||
url: 'dn',
|
||||
url: '/dn',
|
||||
method: 'POST',
|
||||
data: { key: item },
|
||||
dataType: 'html',
|
||||
|
Reference in New Issue
Block a user