]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove unused help buttons
authorMattias Wadman <mattias.wadman@gmail.com>
Wed, 12 Aug 2009 00:29:04 +0000 (00:29 +0000)
committerMattias Wadman <mattias.wadman@gmail.com>
Wed, 12 Aug 2009 00:29:04 +0000 (00:29 +0000)
src/webui/static/app/dvb.js

index 62d07fd9839550bd0abd1956b8b43802b028da58..a3d4082c9f95dda5e79ff2516583f0cc5619395a 100644 (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;
 }