Changeset 8831 for temp/trunk/html/test


Ignore:
Timestamp:
2006/11/22 16:19:59 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r8830 r8831  
    6060        if(i != 0) tree_status += '|'; 
    6161        tree_status += arrTreeStatus[i]; 
    62         alert(tree_status); 
    6362    } 
    6463     
     
    103102        // ¾õÂÖ¤òÊÝ»ý 
    104103        arrTreeStatus[count] = path; 
     104alert(arrTreeStatus[count]); 
    105105        count++; 
    106106 
Note: See TracChangeset for help on using the changeset viewer.