forked from 0x2620/pandora
update to reflect new name and signature of Ox.Geo function to get flag icons
This commit is contained in:
parent
d4a5c45eb6
commit
16d7140158
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ pandora.ui.filter = function(id) {
|
|||
.append(
|
||||
$('<img>')
|
||||
.attr({src: Ox[
|
||||
id == 'country' ? 'getImageByGeoname' : 'getImageByLanguage'
|
||||
]('icon', 16, value)})
|
||||
id == 'country' ? 'getFlagByGeoname' : 'getFlagByLanguage'
|
||||
](value, 16)})
|
||||
.css({
|
||||
float: 'left',
|
||||
width: '14px',
|
||||
|
|
Loading…
Reference in a new issue