update type colors
This commit is contained in:
commit
63d34b5854
3 changed files with 6 additions and 6 deletions
|
|
@ -97,7 +97,7 @@ Ox.ListMap = function(options, self) {
|
|||
if (!Ox.getCountryByGeoname(names[names.length - 1])) {
|
||||
names.push('~');
|
||||
}
|
||||
return names.reverse().join(', ')
|
||||
return names.reverse().join(', ');
|
||||
},
|
||||
operator: '+',
|
||||
title: 'Geoname',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue