mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 11:20:09 +00:00
fix logging out
This commit is contained in:
parent
7e5e28ea2b
commit
ff1ad9d764
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue