Remove the 'setup xmltv' button from channel configuration

This commit is contained in:
Andreas Öman 2008-09-21 10:34:21 +00:00
parent 42ad936a2d
commit d59dc1d2c6

View file

@ -302,13 +302,7 @@ tvheadend.chconf = function() {
border: false,
title:'Channels',
layout:'border',
items: [chlist, details],
tbar: [{
tooltip: 'Configure XMLTV grabber',
iconCls: 'option',
text: 'Setup XML-TV'
}]
items: [chlist, details]
});