From ede6cfa98491f6aa5dfd89488f2b9ca9a57cfd4c Mon Sep 17 00:00:00 2001 From: j Date: Mon, 4 Jun 2018 15:04:52 +0200 Subject: [PATCH] remove timeofday --- config.jsonc | 10 ---------- static/js/infoView.bakma.js | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/config.jsonc b/config.jsonc index f3fca76..8cf3d13 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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", diff --git a/static/js/infoView.bakma.js b/static/js/infoView.bakma.js index 1da1e1e..a4f7dfd 100644 --- a/static/js/infoView.bakma.js +++ b/static/js/infoView.bakma.js @@ -306,7 +306,7 @@ pandora.ui.infoView = function(data) { // Groups ------------------------------------------------------------------ - renderGroup(['location', 'date', 'timeofday', 'language']); + renderGroup(['location', 'date', 'language']); renderGroup(['category', 'name']);