fix a bug in Ox.ListMap
This commit is contained in:
parent
b770bbd83e
commit
e17907d7a3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Ox.ListMap = function(options, self) {
|
|||
format: function(value) {
|
||||
return $('<img>')
|
||||
.attr({
|
||||
src: Ox.getFlagByGeoname(value, 16)
|
||||
src: Ox.getFlagByGeoname(Ox.getCountryByCode(value).name, 16)
|
||||
})
|
||||
.css({
|
||||
width: '14px',
|
||||
|
|
Loading…
Reference in a new issue