Fix sorting after parent folder renaming.

release-0.6
svncommit 17 years ago
parent 1f064bc16d
commit b119e24154

@ -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)

Loading…
Cancel
Save