fix logging out
This commit is contained in:
parent
7e5e28ea2b
commit
ff1ad9d764
|
@ -78,7 +78,7 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
|||
},
|
||||
|
||||
logout: function() {
|
||||
Deluge.events.fire('logout');
|
||||
deluge.events.fire('logout');
|
||||
deluge.client.auth.delete_session({
|
||||
success: function(result) {
|
||||
this.show(true);
|
||||
|
|
Loading…
Reference in New Issue