projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f930666
)
Fix expand on hover
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 31 Aug 2009 01:47:21 +0000
(19:47 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 31 Aug 2009 01:47:21 +0000
(19:47 -0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
e2f7057
..
190552f
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-1773,7
+1773,7
@@
var DimpBase = {
if (DragDrop.Drags.drag) {
var elt = e.element();
if (elt.hasClassName('exp')) {
- this._toggleSubFolder(elt.up(), '
exp
');
+ this._toggleSubFolder(elt.up(), '
tog
');
}
}
},