Ignore:
Timestamp:
2006/11/22 23:51:01 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/js/tree.js

    r8858 r8859  
    7474    for(i=0; i < arrTreeStatus.length ;i++) { 
    7575        if(i != 0) tree_status += '|'; 
    76 alert(arrTreeStatus[i]);         
    7776        tree_status += arrTreeStatus[i]; 
    7877    } 
     
    124123        tMenu.display = "block"; 
    125124        // ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý 
    126         arrTreeStatus[count] = path; 
    127         count++; 
     125        arrTreeStatus.push(path); 
    128126 
    129127    } else { 
Note: See TracChangeset for help on using the changeset viewer.