diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-17 07:59:07 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-17 07:59:07 +0000 |
| commit | cab58389ecf6e811b41511cb39531b6b82bd0ef5 (patch) | |
| tree | 957e54d630c456768ae05c2fdebaa03ccd71c831 /roundcubemail/program | |
| parent | 974746ce5810295b9d8cc688e76ff39df273d009 (diff) | |
... and unset selected folder name.
git-svn-id: https://svn.roundcube.net/trunk@877 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 356e27a2f..b2e7dde3a 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2510,7 +2510,10 @@ function rcube_webmail() this.set_env('folder', folder); } else + { list.clear_selection(); + this.set_env('folder', null); + } } }; |
