forked from 0x2620/pandora
minor change
This commit is contained in:
parent
a62a992ad2
commit
495d1bb44d
1 changed files with 1 additions and 1 deletions
|
@ -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>')
|
||||
|
|
Loading…
Reference in a new issue