remove timeofday

This commit is contained in:
j 2018-06-04 15:04:52 +02:00
parent 6583a4ac0d
commit ede6cfa984
2 changed files with 1 additions and 11 deletions

View File

@ -433,16 +433,6 @@
"find": true,
"sort": true
},
{
"id": "timeofday",
"title": "Time of Day",
"type": "string",
"autocomplete": true,
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true
},
{
"id": "date",
"title": "Date",

View File

@ -306,7 +306,7 @@ pandora.ui.infoView = function(data) {
// Groups ------------------------------------------------------------------
renderGroup(['location', 'date', 'timeofday', 'language']);
renderGroup(['location', 'date', 'language']);
renderGroup(['category', 'name']);