diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-07 09:12:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-07 09:12:14 +0000 |
| commit | b65c8c2ba62761744e193ae029e91f7eac61a027 (patch) | |
| tree | 79823a4cd9afc74f9139571c849497ea9f903016 /roundcubemail/program/js | |
| parent | 9027fa87fbcf3393ab527fd3560a5ce04d491db6 (diff) | |
- fixed goto_url() call in logout command
git-svn-id: https://svn.roundcube.net/trunk@1265 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 4359e5985..a4f54715d 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -488,7 +488,7 @@ function rcube_webmail() break; case 'logout': - this.goto_url('logout', true); + this.goto_url('logout', '', true); break; // commands to switch task |
