remove not needed initialize call
This commit is contained in:
parent
6adada01e4
commit
7344d0b1a3
|
@ -18,7 +18,6 @@ Deluge.Ui = {
|
|||
|
||||
Deluge.Login.Window.show();
|
||||
Deluge.Client = new JSON.RPC('/json');
|
||||
Deluge.Details.initialize();
|
||||
|
||||
Deluge.SideBar = this.MainPanel.items.get('sidebar');
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue