From 41cd72d37eb053497361a9421779b09c3ee7f36a Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 10 Jun 2012 14:08:19 +0000 Subject: [PATCH] remove , to avoid null in json string from IE8 --- static/js/pandora/folderList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 7da735c9..4eee04c4 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -134,7 +134,7 @@ pandora.ui.folderList = function(id) { } else if (id == 'favorite') { query = {conditions: [ {key: 'subscribed', value: true, operator: '='}, - {key: 'status', value: 'featured', operator: '!='}, + {key: 'status', value: 'featured', operator: '!='} ], operator: '&'}; } else if (id == 'featured') { query = {conditions: [