update type colors

This commit is contained in:
rolux 2011-06-01 13:01:29 +02:00
commit 63d34b5854
3 changed files with 6 additions and 6 deletions

View file

@ -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',