Index: /temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js
===================================================================
--- /temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11390)
+++ /temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11391)
@@ -1253,5 +1253,8 @@
      */
     toggle: function() {
-    
+        if (!this.tree.locked && ( this.hasChildren(true) || this.isDynamic()) ) {
+			//if (this.expanded) { this.collapse(); } else { this.expand(); }
+			if (this.expanded) { } else { this.expand(); }
+        }
     },
 
