some quick and ugly fixes to make TreeList work again
This commit is contained in:
parent
fb8dd98b8a
commit
1f8f9ffa7d
3 changed files with 8 additions and 7 deletions
|
|
@ -7,7 +7,7 @@
|
|||
/*
|
||||
Since we will be doing some mapping, we have to load the Geo module.
|
||||
*/
|
||||
Ox.load({UI: {}, Geo: {}}, function() {
|
||||
Ox.load({UI: {showScreen: true}, Geo: {}}, function() {
|
||||
|
||||
Ox.getJSON('json/cities.json', function(cities) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue