some quick and ugly fixes to make TreeList work again

This commit is contained in:
rolux 2012-04-04 19:09:10 +02:00
commit 1f8f9ffa7d
3 changed files with 8 additions and 7 deletions

View file

@ -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) {