From e95576bbe842891797dac42716370d6cfc82af28 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 28 Sep 2014 20:50:58 +0200 Subject: [PATCH] WEBUI JS: epg details dialog - do not show broadcast title in the dialog title --- src/webui/static/app/epg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index f821e26b..f4053ebd 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -185,7 +185,7 @@ tvheadend.epgDetails = function(event) { } var win = new Ext.Window({ - title: event.title, + title: 'Broadcast Details', layout: 'fit', width: 500, height: 300,