From 495d1bb44dd78e959874f765e8c93c544dba0bc3 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Feb 2012 19:50:15 +0000 Subject: [PATCH] minor change --- static/js/pandora/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( $('')