Remove unused help buttons

This commit is contained in:
Mattias Wadman 2009-08-12 00:29:04 +00:00
parent a099c48627
commit 3cff20b19f

View file

@ -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;
}