Changeset 8851 for temp/trunk/html/test/uehara/js/tree.js
- Timestamp:
- 2006/11/22 23:27:34 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/js/tree.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r8848 r8851 56 56 57 57 if(arrTree[i][4]) { 58 // ³«¤¾õÂÖ¤òÊÝ»ý 59 arrTreeStatus.push(); 58 60 display = 'block'; 59 61 } else { … … 77 79 } 78 80 79 // Tree¾õÂÖ¤ «¤éÊĤ¸¤ë¤òÆþ¤ì¤ë81 // Tree¾õÂÖ¤òºï½ü¤¹¤ë(ÊĤ¸¤ë¾õÂÖ¤Ø) 80 82 function fnDelTreeStatus(path) { 81 83 for(i=0; i < arrTreeStatus.length ;i++) { … … 120 122 } 121 123 tMenu.display = "block"; 122 // ¾õÂÖ¤òÊÝ»ý124 // ¥ª¡¼¥×¥ó¥Õ¥¡¥¤¥ë¾õÂÖ¤òÊÝ»ý 123 125 arrTreeStatus[count] = path; 124 126 count++;
Note: See TracChangeset
for help on using the changeset viewer.
