mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 05:19:07 +01:00
Do not enable geoLocation if only country code is set
This commit is contained in:
parent
8e9dd4906e
commit
ac070b5c98
@ -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