minor change
This commit is contained in:
parent
58706d1f99
commit
93d511f728
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ Ox.Map = function(options, self) {
|
|||
|
||||
function addPlaceToPlaces(data) {
|
||||
var place = Ox.extend(getSelectedPlace() || {}, data),
|
||||
country = place ? Ox.getCountryByGeoname(place.geoname) : {};
|
||||
country = Ox.getCountryByGeoname(place.geoname) : {};
|
||||
place.countryCode = country ? country.code : '';
|
||||
self.options.selected = place.id;
|
||||
setPlaceControls(place);
|
||||
|
|
Loading…
Reference in a new issue