forked from extern/egroupware
Do not enable geoLocation if only country code is set
This commit is contained in:
parent
eac56687ce
commit
36995ed95b
@ -965,7 +965,6 @@ app.classes.addressbook = AppJS.extend(
|
||||
var addrs = [
|
||||
content.data['adr_'+type+'_street'],
|
||||
content.data['adr_'+type+'_locality'],
|
||||
content.data['adr_'+type+'_countrycode'],
|
||||
content.data['adr_'+type+'_postalcode']
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user