diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-15 10:05:21 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-15 10:05:21 +0000 |
| commit | b2e0b7a8bbc90b4434dd18bf5b8d4654a5de8b73 (patch) | |
| tree | be531abb96b1c1c88083c77f4197c8fc84d4a7e4 /roundcubemail/program | |
| parent | 20e42e1b4132b3200349a48fb851a949f1036dd6 (diff) | |
Unset folder selection after folder is deleted.
git-svn-id: https://svn.roundcube.net/trunk@867 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 93db5931f..2d95281c0 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2635,6 +2635,8 @@ function rcube_webmail() if (folder) this.http_post('delete-folder', '_mboxes='+urlencode(folder)); + + this.set_env('folder', null); }; |
