From: Michael M Slusarz Date: Mon, 28 Sep 2009 17:10:34 +0000 (-0600) Subject: Fix DOM traversal X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1d9d76b9db840d2bc3e48be40365d0465554edb4;p=horde.git Fix DOM traversal --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index ae5426f7d..5d7f078a5 100644 --- 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;