remove timeofday
This commit is contained in:
parent
6583a4ac0d
commit
ede6cfa984
2 changed files with 1 additions and 11 deletions
10
config.jsonc
10
config.jsonc
|
@ -433,16 +433,6 @@
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "timeofday",
|
|
||||||
"title": "Time of Day",
|
|
||||||
"type": "string",
|
|
||||||
"autocomplete": true,
|
|
||||||
"columnWidth": 180,
|
|
||||||
"filter": true,
|
|
||||||
"find": true,
|
|
||||||
"sort": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "date",
|
"id": "date",
|
||||||
"title": "Date",
|
"title": "Date",
|
||||||
|
|
|
@ -306,7 +306,7 @@ pandora.ui.infoView = function(data) {
|
||||||
|
|
||||||
// Groups ------------------------------------------------------------------
|
// Groups ------------------------------------------------------------------
|
||||||
|
|
||||||
renderGroup(['location', 'date', 'timeofday', 'language']);
|
renderGroup(['location', 'date', 'language']);
|
||||||
|
|
||||||
renderGroup(['category', 'name']);
|
renderGroup(['category', 'name']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue