fix json path
This commit is contained in:
parent
396c69333e
commit
2c6ddd8c56
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ This is probably the easiest way of displaying a complex data structure...
|
|||
|
||||
Ox.load('UI', function() {
|
||||
|
||||
Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json', function(data) {
|
||||
Ox.getJSON(Ox.PATH + 'Geo/json/Geo.json', function(data) {
|
||||
|
||||
Ox.TreeList({data: data}).appendTo(Ox.$body);
|
||||
|
||||
|
|
Loading…
Reference in a new issue