From 6e80196dec785c7862c54057a5cdf7d1f156be4d Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 17 Oct 2007 11:03:26 +0000 Subject: Fix sorting after parent folder renaming. git-svn-id: https://svn.roundcube.net/trunk@881 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3