diff options
author | svncommit <devs@roundcube.net> | 2007-10-17 11:03:26 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-10-17 11:03:26 +0000 |
commit | b119e24154315cbd21ae2609ea84ad0346598543 (patch) | |
tree | 41d5093486d6b103742ac007c9d0ea9bdb319721 /program | |
parent | 1f064bc16d32282fd4f55c9b2d24833593434a11 (diff) |
Fix sorting after parent folder renaming.
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 68996ae54..c5996512b 100644 --- a/program/js/app.js +++ b/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) |