projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f7516
)
Catch a click on folder while in it to add Hash info
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 8 Sep 2010 05:17:28 +0000
(23:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 8 Sep 2010 05:17:28 +0000
(23:17 -0600)
imp/js/dimpbase.js
patch
|
blob
|
history
diff --git
a/imp/js/dimpbase.js
b/imp/js/dimpbase.js
index
31d6e7e
..
060749e
100644
(file)
--- a/
imp/js/dimpbase.js
+++ b/
imp/js/dimpbase.js
@@
-191,6
+191,8
@@
var DimpBase = {
if (!Object.isUndefined(this.folder) && !this.search) {
this.setHash(loc);
}
+ } else if (this.folder == f) {
+ this.setHash(loc);
}
this.loadMailbox(f);