some more work on map/listmap
This commit is contained in:
parent
a3c18e57b0
commit
4d9a8537ef
9 changed files with 140 additions and 77 deletions
|
|
@ -1,4 +1,5 @@
|
|||
Ox.load('UI', {debug: true}, function() {
|
||||
Ox.load('Geo', function() {
|
||||
|
||||
$.getJSON('json/countries.json', function(data) {
|
||||
|
||||
|
|
@ -126,4 +127,5 @@ Ox.load('UI', {debug: true}, function() {
|
|||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue