Ignore:
Timestamp:
2006/12/27 18:29:37 (18 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js

    r11389 r11390  
    12541254    toggle: function() { 
    12551255     
    1256         alert(this.parent_id); 
    1257      
    1258         if (!this.tree.locked && ( this.hasChildren(true) || this.isDynamic()) ) { 
    1259             if (this.expanded) { this.collapse(); } else { this.expand(); } 
    1260         } 
    12611256    }, 
    12621257 
Note: See TracChangeset for help on using the changeset viewer.