Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: remove all events from comet
- they are all used dynamically
  • Loading branch information
perexg committed Sep 8, 2014
1 parent cf528db commit 0d30c01
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/webui/static/app/comet.js
Expand Up @@ -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();
Expand Down

0 comments on commit 0d30c01

Please sign in to comment.