From b119e24154315cbd21ae2609ea84ad0346598543 Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 17 Oct 2007 11:03:26 +0000 Subject: Fix sorting after parent folder renaming. --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') 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) -- cgit v1.2.3