WEBUI JS: epg details dialog - do not show broadcast title in the dialog title

This commit is contained in:
Jaroslav Kysela 2014-09-28 20:50:58 +02:00
parent 9468755b71
commit e95576bbe8

View file

@ -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,