minor change

This commit is contained in:
rolux 2012-02-01 19:50:15 +00:00
parent a62a992ad2
commit 495d1bb44d
1 changed files with 1 additions and 1 deletions

View File

@ -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
? $('<div>')
.append(
$('<img>')