diff --git a/static/js/pandora/filter.js b/static/js/pandora/filter.js index c2947e8b..76633657 100644 --- a/static/js/pandora/filter.js +++ b/static/js/pandora/filter.js @@ -12,7 +12,7 @@ pandora.ui.filter = function(id) { align: 'left', id: 'name', format: function(value) { - return ['country', 'language'].indexOf(id) > -1 && pandora.user.ui.showFlags + return pandora.user.ui.showFlags && ['country', 'language'].indexOf(id) > -1 ? $('
') .append( $('')