Make sure folder is highlighted after loading
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Jun 2009 04:08:22 +0000 (22:08 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 12 Jun 2009 16:23:58 +0000 (10:23 -0600)
imp/js/src/DimpBase.js

index f229922..df68d4c 100644 (file)
@@ -1847,6 +1847,10 @@ var DimpBase = {
         var nf = $('normalfolders'),
             nfheight = nf.getStyle('max-height');
 
+        if (this.folder) {
+            this.highlightSidebar(this.getFolderId(this.folder));
+        }
+
         $('foldersLoading').hide();
         $('foldersSidebar').show();