More unit testing, setup for localisation
This commit is contained in:
2
public/js/custom.js
vendored
2
public/js/custom.js
vendored
@@ -50,7 +50,7 @@ $(document).ready(function() {
|
||||
source: sources,
|
||||
lazyLoad: function(event,data) {
|
||||
data.result = {
|
||||
url: 'api/children',
|
||||
url: '/api/children',
|
||||
data: {key: data.node.data.item,depth: 1}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user