diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index e44bba8a..bc7cf965 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -58,8 +58,7 @@ Ox.ListMap = function(options, self) { format: function(value) { return $('') .attr({ - // fixme: not the right place to do this - src: Ox.PATH + 'Ox.Geo/png/icons/16/' + (value || 'NTHH') + '.png' + src: Ox.getFlagByGeoname(value, 16) }) .css({ width: '14px',