]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove the 'setup xmltv' button from channel configuration
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 21 Sep 2008 10:34:21 +0000 (10:34 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 21 Sep 2008 10:34:21 +0000 (10:34 +0000)
webui/static/app/chconf.js

index d556a11114ca9fe2c8b5dd68437a6f80aad00a6e..854f9cc9e7eefab2fd88ec59020aafe28c96e018 100644 (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]
     });