forked from 0x2620/oxjs
fix bugs in map and url controller
This commit is contained in:
parent
2e9c22aa6d
commit
19cb033bdc
2 changed files with 3 additions and 0 deletions
|
|
@ -1166,6 +1166,7 @@ Ox.Map = function(options, self) {
|
|||
};
|
||||
|
||||
function submitFind(data) {
|
||||
self.options.find = data.value;
|
||||
that.findPlace(data.value, function(place) {
|
||||
setStatus(place);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue