From fe97afc01a6be88ba413bb4e03c0ba7b319fb183 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 30 Aug 2009 19:47:21 -0600 Subject: [PATCH] Fix expand on hover --- imp/js/DimpBase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } }, -- 2.11.0