More unit testing, setup for localisation

This commit is contained in:
Deon George
2020-09-20 23:29:22 +10:00
parent b043e3bc93
commit 4ef074fac4
17 changed files with 501 additions and 154 deletions

2
public/js/custom.js vendored
View File

@@ -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}
};