Changeset 8859 for temp/trunk
- Timestamp:
- 2006/11/22 23:51:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/js/tree.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r8858 r8859 74 74 for(i=0; i < arrTreeStatus.length ;i++) { 75 75 if(i != 0) tree_status += '|'; 76 alert(arrTreeStatus[i]);77 76 tree_status += arrTreeStatus[i]; 78 77 } … … 124 123 tMenu.display = "block"; 125 124 // ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý 126 arrTreeStatus[count] = path; 127 count++; 125 arrTreeStatus.push(path); 128 126 129 127 } else {
Note: See TracChangeset
for help on using the changeset viewer.
