From e17907d7a3c79c68288f92cd5af9abdbb6fac33d Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 23 Nov 2011 16:39:33 +0100 Subject: [PATCH] fix a bug in Ox.ListMap --- source/Ox.UI/js/Map/Ox.ListMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/Ox.ListMap.js index bc7cf965..17ce55bb 100644 --- a/source/Ox.UI/js/Map/Ox.ListMap.js +++ b/source/Ox.UI/js/Map/Ox.ListMap.js @@ -58,7 +58,7 @@ Ox.ListMap = function(options, self) { format: function(value) { return $('') .attr({ - src: Ox.getFlagByGeoname(value, 16) + src: Ox.getFlagByGeoname(Ox.getCountryByCode(value).name, 16) }) .css({ width: '14px',