forked from 0x2620/pandora
remove , to avoid null in json string from IE8
This commit is contained in:
parent
e63c698b5d
commit
41cd72d37e
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue