mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-24 17:18:24 +00:00
fix logging out
This commit is contained in:
parent
7e5e28ea2b
commit
ff1ad9d764
@ -78,7 +78,7 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
logout: function() {
|
logout: function() {
|
||||||
Deluge.events.fire('logout');
|
deluge.events.fire('logout');
|
||||||
deluge.client.auth.delete_session({
|
deluge.client.auth.delete_session({
|
||||||
success: function(result) {
|
success: function(result) {
|
||||||
this.show(true);
|
this.show(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user