projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaca19
)
Fix DOM traversal
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 28 Sep 2009 17:10:34 +0000
(11:10 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 28 Sep 2009 17:10:34 +0000
(11:10 -0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
ae5426f
..
5d7f078
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-2003,7
+2003,7
@@
var DimpBase = {
_handleFolderMouseClick: function(e)
{
var elt = e.element(),
- li = elt.up();
+ li = elt.up(
'LI'
);
if (!li) {
return;