forked from 0x2620/oxjs
allow for editing of alternative names
This commit is contained in:
parent
7eb6f58312
commit
c99e7af1bd
4 changed files with 37 additions and 19 deletions
|
|
@ -180,8 +180,8 @@ Ox.load('Geo', function() {
|
|||
})
|
||||
.bindEvent({
|
||||
geocode: function(event, data) {
|
||||
Ox.print(event)
|
||||
Ox.print(JSON.stringify(data))
|
||||
//Ox.print(data);
|
||||
Ox.print(JSON.stringify(data.results))
|
||||
}
|
||||
})
|
||||
.appendTo(Ox.UI.$body);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue