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 11388)
+++ /temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11389)
@@ -1253,4 +1253,7 @@
      */
     toggle: function() {
+    
+    	alert(this.parent_id);
+    
         if (!this.tree.locked && ( this.hasChildren(true) || this.isDynamic()) ) {
             if (this.expanded) { this.collapse(); } else { this.expand(); }
