mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-02 08:05:36 +00:00
remove starting the events manager upon client connect
This commit is contained in:
parent
39341f623f
commit
899ac7c86e
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue