diff --git a/static/js/pandora/filter.js b/static/js/pandora/filter.js index 95223dd6..58637a84 100644 --- a/static/js/pandora/filter.js +++ b/static/js/pandora/filter.js @@ -17,8 +17,8 @@ pandora.ui.filter = function(id) { .append( $('') .attr({src: Ox[ - id == 'country' ? 'getImageByGeoname' : 'getImageByLanguage' - ]('icon', 16, value)}) + id == 'country' ? 'getFlagByGeoname' : 'getFlagByLanguage' + ](value, 16)}) .css({ float: 'left', width: '14px',