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) {
|
format: function(value) {
|
||||||
return $('<img>')
|
return $('<img>')
|
||||||
.attr({
|
.attr({
|
||||||
// fixme: not the right place to do this
|
src: Ox.getFlagByGeoname(value, 16)
|
||||||
src: Ox.PATH + 'Ox.Geo/png/icons/16/' + (value || 'NTHH') + '.png'
|
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
width: '14px',
|
width: '14px',
|
||||||
|
|
Loading…
Reference in a new issue