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) {
|
format: function(value) {
|
||||||
return $('<img>')
|
return $('<img>')
|
||||||
.attr({
|
.attr({
|
||||||
src: Ox.getFlagByGeoname(value, 16)
|
src: Ox.getFlagByGeoname(Ox.getCountryByCode(value).name, 16)
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
width: '14px',
|
width: '14px',
|
||||||
|
|
Loading…
Reference in a new issue