Ignore:
Timestamp:
2006/12/27 18:31:01 (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

    r11390 r11391  
    12531253     */ 
    12541254    toggle: function() { 
    1255      
     1255        if (!this.tree.locked && ( this.hasChildren(true) || this.isDynamic()) ) { 
     1256            //if (this.expanded) { this.collapse(); } else { this.expand(); } 
     1257            if (this.expanded) { } else { this.expand(); } 
     1258        } 
    12561259    }, 
    12571260 
Note: See TracChangeset for help on using the changeset viewer.