fix a bug in Ox.ListMap
This commit is contained in:
parent
0ee6acef28
commit
b770bbd83e
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ Ox.ListMap = function(options, self) {
|
|||
format: function(value) {
|
||||
return $('<img>')
|
||||
.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',
|
||||
|
|
Loading…
Reference in a new issue