projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5517b4
)
Make sure folder is highlighted after loading
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Jun 2009 04:08:22 +0000
(22:08 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 12 Jun 2009 16:23:58 +0000
(10:23 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
f229922
..
df68d4c
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-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();