diff --git a/src/webui/static/app/dvb.js b/src/webui/static/app/dvb.js index 62d07fd9..a3d4082c 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -269,12 +269,7 @@ tvheadend.dvb_muxes = function(adapterData, satConfStore) { handler: function() { tvheadend.addMuxManually(adapterData, satConfStore) } - }, '->', { - text: 'Help', - handler: function() { - new tvheadend.help(title, helpContent); } - } ] }); @@ -480,13 +475,7 @@ tvheadend.dvb_services = function(adapterId) { cm: cm, viewConfig: {forceFit:true}, selModel: selModel, - tbar: [saveBtn, rejectBtn, '->', { - text: 'Help', - handler: function() { - new tvheadend.help(title, helpContent); - } - } - ] + tbar: [saveBtn, rejectBtn] }); return grid; }