Remove dead code
This commit is contained in:
parent
33ec2bc217
commit
62c8185b40
1 changed files with 0 additions and 15 deletions
|
@ -144,16 +144,6 @@ tvheadend.epg = function() {
|
|||
emptyText: 'Only include content...'
|
||||
});
|
||||
|
||||
/*
|
||||
function epgReload() {
|
||||
epgStore.baseParams.channel = epgFilterChannels.getValue();
|
||||
epgStore.baseParams.tag = epgFilterChannelTags.getValue();
|
||||
epgStore.baseParams.contentgrp = epgFilterContentGroup.getValue();
|
||||
epgStore.baseParams.title = epgFilterTitle.getValue();
|
||||
console.log(epgStore.baseParams.title);
|
||||
epgStore.reload();
|
||||
}
|
||||
*/
|
||||
|
||||
function epgQueryClear() {
|
||||
epgStore.baseParams.channel = null;
|
||||
|
@ -202,11 +192,6 @@ tvheadend.epg = function() {
|
|||
}
|
||||
});
|
||||
|
||||
/*
|
||||
epgFilterChannelTags.on('select', epgReload);
|
||||
epgFilterContentGroup.on('select', epgReload);
|
||||
epgFilterTitle.on('valid', epgReload);
|
||||
*/
|
||||
var panel = new Ext.grid.GridPanel({
|
||||
loadMask: true,
|
||||
title: 'Electronic Program Guide',
|
||||
|
|
Loading…
Add table
Reference in a new issue