Fix expand on hover
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 31 Aug 2009 01:47:21 +0000 (19:47 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 31 Aug 2009 01:47:21 +0000 (19:47 -0600)
imp/js/DimpBase.js

index e2f7057..190552f 100644 (file)
@@ -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');
             }
         }
     },