remove starting the events manager upon client connect
This commit is contained in:
parent
39341f623f
commit
899ac7c86e
@ -82,9 +82,6 @@ Deluge.UI = {
|
|||||||
|
|
||||||
Deluge.Client.on('connected', function(e) {
|
Deluge.Client.on('connected', function(e) {
|
||||||
Deluge.Login.show();
|
Deluge.Login.show();
|
||||||
Deluge.Events.start();
|
|
||||||
Deluge.Events.on('PluginEnabledEvent', this.onPluginEnabled, this);
|
|
||||||
Deluge.Events.on('PluginDisabledEvent', this.onPluginDisabled, this);
|
|
||||||
}, this, {single: true});
|
}, this, {single: true});
|
||||||
|
|
||||||
this.update = this.update.bind(this);
|
this.update = this.update.bind(this);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user