From: Michael M Slusarz Date: Mon, 31 Aug 2009 01:47:21 +0000 (-0600) Subject: Fix expand on hover X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe97afc01a6be88ba413bb4e03c0ba7b319fb183;p=horde.git Fix expand on hover --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index e2f705708..190552ff5 100644 --- 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'); } } },