WEBUI JS: remove all events from comet
- they are all used dynamically
This commit is contained in:
parent
cf528dbe65
commit
0d30c01800
1 changed files with 1 additions and 13 deletions
|
@ -2,19 +2,7 @@
|
|||
* Comet interfaces
|
||||
*/
|
||||
Ext.extend(tvheadend.Comet = function() {
|
||||
this.addEvents({
|
||||
accessUpdate: true,
|
||||
tvAdapter: true,
|
||||
dvbMux: true,
|
||||
dvbStore: true,
|
||||
dvbSatConf: true,
|
||||
logmessage: true,
|
||||
channeltags: true,
|
||||
autorec: true,
|
||||
dvrdb: true,
|
||||
dvrconfig: true,
|
||||
channels: true
|
||||
});
|
||||
this.addEvents({ });
|
||||
}, Ext.util.Observable);
|
||||
|
||||
tvheadend.comet = new tvheadend.Comet();
|
||||
|
|
Loading…
Add table
Reference in a new issue