diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-17 11:03:26 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-17 11:03:26 +0000 |
| commit | 6e80196dec785c7862c54057a5cdf7d1f156be4d (patch) | |
| tree | 2316ffd3611117f1d03376eb91491d88f226c64a /roundcubemail/program | |
| parent | f3be53d06f585e47ef14989022ff2917638c5bca (diff) | |
Fix sorting after parent folder renaming.
git-svn-id: https://svn.roundcube.net/trunk@881 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -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 68996ae54..c5996512b 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -2699,7 +2699,7 @@ function rcube_webmail() this.sort_subscription_list(); this.init_subscription_list(); - if (selection) + if (selection && document.getElementById('rcmrow'+selection)) this.subscription_list.select_row(selection); if (document.getElementById('rcmrow'+id).scrollIntoView) |
